Home
last modified time | relevance | path

Searched refs:op_name (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp660 EmulateInstructionMIPS64::GetOpcodeForInstruction(llvm::StringRef op_name) { in GetOpcodeForInstruction() argument
925 if (op_name.equals_insensitive(opcode.op_name)) in GetOpcodeForInstruction()
969 llvm::StringRef op_name = m_insn_info->getName(mc_insn.getOpcode()); in EvaluateInstruction() local
975 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()
1251 llvm::StringRef op_name = m_insn_info->getName(insn.getOpcode()); in Emulate_DSUBU_DADDU() local
1272 if (op_name.equals_insensitive("DSUBU") || in Emulate_DSUBU_DADDU()
1273 op_name.equals_insensitive("SUBU")) in Emulate_DSUBU_DADDU()
1307 if (op_name.equals_insensitive("DSUBU") || in Emulate_DSUBU_DADDU()
1308 op_name.equals_insensitive("SUBU")) in Emulate_DSUBU_DADDU()
1333 llvm::StringRef op_name = m_insn_info->getName(insn.getOpcode()); in Emulate_BXX_3ops() local
[all …]
H A DEmulateInstructionMIPS64.h84 const char *op_name; member
89 static MipsOpcode *GetOpcodeForInstruction(llvm::StringRef op_name);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp960 if (name.equals_insensitive(opcode.op_name)) in GetOpcodeForInstruction()
1077 const char *op_name = m_insn_info->getName(mc_insn.getOpcode()).data(); in EvaluateInstruction() local
1079 if (op_name == nullptr) in EvaluateInstruction()
1086 MipsOpcode *opcode_data = GetOpcodeForInstruction(op_name); in EvaluateInstruction()
1339 llvm::StringRef op_name = m_insn_info->getName(insn.getOpcode()); in Emulate_SUBU_ADDU() local
1360 if (op_name.equals_insensitive("SUBU")) in Emulate_SUBU_ADDU()
1394 if (op_name.equals_insensitive("SUBU")) in Emulate_SUBU_ADDU()
1793 llvm::StringRef op_name = m_insn_info->getName(insn.getOpcode()); in Emulate_BXX_3ops() local
1813 if (op_name.equals_insensitive("BEQ") || op_name.equals_insensitive("BEQL")) { in Emulate_BXX_3ops()
1818 } else if (op_name.equals_insensitive("BNE") || in Emulate_BXX_3ops()
[all …]
H A DEmulateInstructionMIPS.h92 const char *op_name; member
/freebsd/usr.sbin/config/
H A Dmkoptions.cc70 op->op_name = ns(cp->cpu_name); in options()
90 op->op_name = ns("MAXUSERS"); in options()
105 op->op_name = ns(ol->o_name); in options()
112 if (eq(op->op_name, ol->o_name) && in options()
115 op->op_name, ol->o_file); in options()
116 op->op_name = ol->o_file; in options()
124 if (!op->op_ownfile && strncmp(op->op_name, "DEV_", 4)) { in options()
126 PREFIX, op->op_name); in options()
156 if (eq(name, op->op_name)) { in do_option()
164 PREFIX, op->op_name, oldvalue, in do_option()
[all …]
H A Dconfig.y438 if (eq(op->op_name, name)) in findopt()
471 op->op_name = name; in newopt()
500 free(op->op_name); in rmopt_schedule()
H A Dmain.cc477 cfg << "makeoptions\t" << ol->op_name << '=' << in configfile_dynamic()
480 if (strncmp(ol->op_name, "DEV_", 4) == 0) in configfile_dynamic()
482 cfg << "options\t" << ol->op_name; in configfile_dynamic()
H A Dconfig.h179 char *op_name; member
H A Dmkmakefile.cc148 fprintf(ofp, "%s=%s", op->op_name, op->op_value); in makefile()
574 strcasecmp(op->op_name, wd) == 0) { in read_file()
/freebsd/crypto/openssl/test/
H A Dconstant_time_test.c62 const char *op_name, unsigned int a, unsigned int b, in test_binary_op() argument
74 const char *op_name, unsigned int a, in test_binary_op_8() argument
85 const char *op_name, size_t a, size_t b, in test_binary_op_s() argument
96 const char *op_name, uint64_t a, uint64_t b, in test_binary_op_64() argument
102 TEST_error("TRUE %s op failed", op_name); in test_binary_op_64()
106 TEST_error("FALSE %s op failed", op_name); in test_binary_op_64()
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_arm.c448 char *op_name; in read_func_name() local
454 op_name = NULL; in read_func_name()
479 if ((op_name = malloc(sizeof(char) * (len + 1))) in read_func_name()
483 snprintf(op_name, len + 1, "%s", in read_func_name()
493 if (vector_str_push(&d->vec, op_name, len) == false) in read_func_name()
501 if ((op_name = malloc(sizeof(char) * (len + 1))) in read_func_name()
505 snprintf(op_name, len + 1, "%s", in read_func_name()
515 if (vector_str_push(&d->vec, op_name, len) == false) in read_func_name()
524 free(op_name); in read_func_name()
H A Dlibelftc_dem_gnu2.c534 char *op_name; in read_func_name() local
540 op_name = NULL; in read_func_name()
594 if ((op_name = malloc(sizeof(char) * (len + 1))) in read_func_name()
598 snprintf(op_name, len + 1, "%s", in read_func_name()
608 if (vector_str_push(&d->vec, op_name, len) == false) in read_func_name()
616 if ((op_name = malloc(sizeof(char) * (len + 1))) in read_func_name()
620 snprintf(op_name, len + 1, "%s", in read_func_name()
630 if (vector_str_push(&d->vec, op_name, len) == false) in read_func_name()
673 free(op_name); in read_func_name()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c347 const char *op_name; in dt_dis() member
452 op->op_func(dp, op->op_name, instr, fp); in dt_dis()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest.h1458 #define GTEST_IMPL_CMP_HELPER_(op_name, op) \ argument
1460 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td701 multiclass SIAtomicM0Glue2 <string op_name, bit is_amdgpu = 0,
706 !if(is_amdgpu, "AMDGPUISD", "ISD")#"::ATOMIC_"#op_name, tc,