Home
last modified time | relevance | path

Searched defs:instr2 (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips-inl.h124 Instr instr2 = Assembler::instr_at(pc + 1 * kInstrSize); in set_target_internal_reference_encoded_at() local
218 Instr instr2 = Assembler::instr_at(pc_ + 1 * kInstrSize); in target_internal_reference() local
269 Instr instr2 = instr_at(pc + kInstrSize); in relative_code_target_object_handle_at() local
Dassembler-mips.cc860 Instr instr2 = instr_at(pos + 1 * kInstrSize); in target_at() local
983 Instr instr2 = instr_at(pos + 1 * kInstrSize); in target_at_put() local
3470 Instr instr2 = instr_at(pc + 1 * kInstrSize); in MSA_BIT_LIST() local
3511 Instr instr2 = instr_at(pc + 1 * kInstrSize); in RelocateRelativeReference() local
3707 Instr instr2 = instr_at(pc + kInstrSize); in target_address_at() local
3743 Instr instr2 = instr_at(pc + kInstrSize); in set_target_value_at() local
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc-inl.h279 Instr instr2 = instr_at(pc + kInstrSize); in target_address_at() local
393 Instr instr2 = instr_at(pc + kInstrSize); in PatchConstantPoolAccessInstruction() local
456 Instr instr2 = instr_at(pc + kInstrSize); in set_target_address_at() local
Dassembler-ppc.cc338 bool Assembler::Is64BitLoadIntoR12(Instr instr1, Instr instr2, Instr instr3, in Is64BitLoadIntoR12()
352 bool Assembler::Is32BitLoadIntoR12(Instr instr1, Instr instr2) { in Is32BitLoadIntoR12()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_vectorize.c116 const nir_instr *instr2 = (nir_instr *) data2; in instrs_equal() local
188 instr_try_combine(struct set *instr_set, nir_instr *instr1, nir_instr *instr2) in instr_try_combine()
Dnir_instr_set.c551 nir_instrs_equal(const nir_instr *instr1, const nir_instr *instr2) in nir_instrs_equal()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_vectorize_vs_inputs.c97 r600_io_access_same_var(const nir_instr *instr1, const nir_instr *instr2) in r600_io_access_same_var()
221 const nir_instr *instr2 = *(nir_instr **)util_dynarray_begin(arr2); in r600_cmp_func() local
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64-inl.h243 Instr instr2 = Assembler::instr_at(pc + kInstrSize); in relative_code_target_object_handle_at() local
Dassembler-riscv64.cc3846 Instruction* instr2 = Instruction::At((unsigned char*)(pc + 2 * kInstrSize)); in target_address_at() local
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.cc446 bool Assembler::Is64BitLoadIntoIP(SixByteInstr instr1, SixByteInstr instr2) { in Is64BitLoadIntoIP()
/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp2104 const aco_ptr<Instruction>& instr2 = block->instructions[k]; in lower_to_hw_instr() local
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc386 #define ASSEMBLE_ATOMIC64_ARITH_BINOP(instr1, instr2) \ argument
3476 #define ATOMIC_ARITH_BINOP_CASE(op, instr1, instr2) \ in AssembleArchInstruction() argument
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc453 #define ASSEMBLE_I64ATOMIC_BINOP(instr1, instr2) \ argument
3642 #define ATOMIC_BINOP_CASE(op, instr1, instr2) \ in AssembleArchInstruction() argument
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.cc2284 Instr instr2 = instr_at(pc + 2 * kInstrSize); in target_address_at() local
2320 Instr instr2 = instr_at(pc + kInstrSize * 2); in set_target_value_at() local
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp783 UnicodeString instr2 = "not abc"; in API_Match() local