Home
last modified time | relevance | path

Searched defs:instr (Results 426 - 450 of 522) sorted by relevance

1...<<1112131415161718192021

/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-scheduler-mips64.cc1262 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc39 IA32OperandConverter(CodeGenerator* gen, Instruction* instr) in IA32OperandConverter() argument
219 bool HasAddressingMode(Instruction* instr) { in HasAddressingMode() argument
223 bool HasImmediateInput(Instruction* instr, size_t index) { in HasImmediateInput() argument
227 bool HasRegisterInput(Instruction* instr, size_t index) { in HasRegisterInput() argument
597 VerifyOutputOfAtomicPairInstr(IA32OperandConverter* converter, const Instruction* instr) VerifyOutputOfAtomicPairInstr() argument
617 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument
653 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument
691 AssembleArchInstruction( Instruction* instr) AssembleArchInstruction() argument
3728 AssembleArchBranch(Instruction* instr, BranchInfo* branch) AssembleArchBranch() argument
3744 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument
3755 AssembleArchTrap(Instruction* instr, FlagsCondition condition) AssembleArchTrap() argument
3759 OutOfLineTrap(CodeGenerator* gen, Instruction* instr) AssembleArchTrap() argument
3813 AssembleArchBoolean(Instruction* instr, FlagsCondition condition) AssembleArchBoolean() argument
3851 AssembleArchBinarySearchSwitch(Instruction* instr) AssembleArchBinarySearchSwitch() argument
3862 AssembleArchTableSwitch(Instruction* instr) AssembleArchTableSwitch() argument
3876 AssembleArchSelect(Instruction* instr, FlagsCondition condition) AssembleArchSelect() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc38 MipsOperandConverter(CodeGenerator* gen, Instruction* instr) in MipsOperandConverter() argument
137 static inline bool HasRegisterInput(Instruction* instr, size_t index) { in HasRegisterInput() argument
570 void CodeGenerator::AssembleTailCallBeforeGap(Instruction* instr, in AssembleTailCallBeforeGap() argument
576 void CodeGenerator::AssembleTailCallAfterGap(Instruction* instr, in AssembleTailCallAfterGap() argument
609 AssembleArchInstruction( Instruction* instr) AssembleArchInstruction() argument
3609 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument
3682 AssembleArchBranch(Instruction* instr, BranchInfo* branch) AssembleArchBranch() argument
3689 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument
3700 AssembleArchTrap(Instruction* instr, FlagsCondition condition) AssembleArchTrap() argument
3704 OutOfLineTrap(CodeGenerator* gen, Instruction* instr) AssembleArchTrap() argument
3754 AssembleArchBoolean(Instruction* instr, FlagsCondition condition) AssembleArchBoolean() argument
3908 AssembleArchBinarySearchSwitch(Instruction* instr) AssembleArchBinarySearchSwitch() argument
3919 AssembleArchTableSwitch(Instruction* instr) AssembleArchTableSwitch() argument
3929 AssembleArchSelect(Instruction* instr, FlagsCondition condition) AssembleArchSelect() argument
[all...]
H A Dinstruction-scheduler-mips.cc1385 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc39 Loong64OperandConverter(CodeGenerator* gen, Instruction* instr) in Loong64OperandConverter() argument
140 static inline bool HasRegisterInput(Instruction* instr, size_t index) { in HasRegisterInput() argument
516 void CodeGenerator::AssembleTailCallBeforeGap(Instruction* instr, in AssembleTailCallBeforeGap() argument
522 void CodeGenerator::AssembleTailCallAfterGap(Instruction* instr, in AssembleTailCallAfterGap() argument
557 AssembleArchInstruction( Instruction* instr) AssembleArchInstruction() argument
1846 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument
1928 AssembleArchBranch(Instruction* instr, BranchInfo* branch) AssembleArchBranch() argument
1938 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument
1949 AssembleArchTrap(Instruction* instr, FlagsCondition condition) AssembleArchTrap() argument
1953 OutOfLineTrap(CodeGenerator* gen, Instruction* instr) AssembleArchTrap() argument
2002 AssembleArchBoolean(Instruction* instr, FlagsCondition condition) AssembleArchBoolean() argument
2154 AssembleArchBinarySearchSwitch(Instruction* instr) AssembleArchBinarySearchSwitch() argument
2165 AssembleArchTableSwitch(Instruction* instr) AssembleArchTableSwitch() argument
2176 AssembleArchSelect(Instruction* instr, FlagsCondition condition) AssembleArchSelect() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc36 RiscvOperandConverter(CodeGenerator* gen, Instruction* instr) in RiscvOperandConverter() argument
152 static inline bool HasRegisterInput(Instruction* instr, size_t index) { in HasRegisterInput() argument
563 AssembleArchSelect(Instruction* instr, FlagsCondition condition) AssembleArchSelect() argument
588 AssembleTailCallBeforeGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallBeforeGap() argument
594 AssembleTailCallAfterGap(Instruction* instr, int first_unused_slot_offset) AssembleTailCallAfterGap() argument
628 AssembleArchInstruction( Instruction* instr) AssembleArchInstruction() argument
3450 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument
3539 AssembleArchBranch(Instruction* instr, BranchInfo* branch) AssembleArchBranch() argument
3549 AssembleArchDeoptBranch(Instruction* instr, BranchInfo* branch) AssembleArchDeoptBranch() argument
3559 AssembleArchTrap(Instruction* instr, FlagsCondition condition) AssembleArchTrap() argument
3563 OutOfLineTrap(CodeGenerator* gen, Instruction* instr) AssembleArchTrap() argument
3611 AssembleArchBoolean(Instruction* instr, FlagsCondition condition) AssembleArchBoolean() argument
3827 AssembleArchBinarySearchSwitch(Instruction* instr) AssembleArchBinarySearchSwitch() argument
3838 AssembleArchTableSwitch(Instruction* instr) AssembleArchTableSwitch() argument
[all...]
H A Dinstruction-scheduler-riscv64.cc1088 int InstructionScheduler::GetInstructionLatency(const Instruction* instr) { in GetInstructionLatency() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h30 Instruction* instr = reinterpret_cast<Instruction*>(pc_); in apply() local
467 Instruction* instr = reinterpret_cast<Instruction*>(pc); in target_pointer_address_at() local
474 Instruction* instr in target_address_at() local
485 Instruction* instr = reinterpret_cast<Instruction*>(pc); target_compressed_address_at() local
491 Instruction* instr = reinterpret_cast<Instruction*>(pc); code_target_object_handle_at() local
505 Instruction* instr = reinterpret_cast<Instruction*>(pc); embedded_object_index_referenced_from() local
517 Instruction* instr = reinterpret_cast<Instruction*>(pc); set_embedded_object_index_referenced_from() local
534 Instruction* instr = reinterpret_cast<Instruction*>(pc); runtime_entry_at() local
544 Instruction* instr = reinterpret_cast<Instruction*>(location); deserialization_special_target_size() local
556 Instruction* instr = reinterpret_cast<Instruction*>(location); deserialization_set_special_target_at() local
584 Instruction* instr = reinterpret_cast<Instruction*>(pc); set_target_address_at() local
609 Instruction* instr = reinterpret_cast<Instruction*>(pc); set_target_compressed_address_at() local
618 Instruction* instr = reinterpret_cast<Instruction*>(pc_); target_address_size() local
631 Instruction* instr = reinterpret_cast<Instruction*>(pc_); target_address_address() local
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1486 static void instr_at_put(Address pc, Instr instr) { in instr_at_put() argument
1492 void instr_at_put(int pos, Instr instr) { in instr_at_put() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h1424 static void instr_at_put(Address pc, Instr instr) { in instr_at_put() argument
1430 void instr_at_put(int pos, Instr instr) { in instr_at_put() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.h1323 void instr_at_put(int pos, T instr) { in instr_at_put() argument
/third_party/node/deps/v8/src/codegen/ppc/
H A Dconstants-ppc.h2967 static inline int Bit(Instr instr, int nr) { return (instr >> nr) & 1; } in Bit() argument
2970 static inline int Bits(Instr instr, int hi, int lo) { in Bits() argument
2975 static inline uint32_t BitField(Instr instr, in argument
[all...]
H A Dassembler-ppc.h381 inline void x_form(Instr instr, int f1, int f2, int f3, int rc) { in x_form() argument
384 inline void x_form(Instr instr, Register rs, Register ra, Register rb, in x_form() argument
388 inline void x_form(Instr instr, Register ra, Register rs, Register rb, in x_form() argument
392 inline void x_form(Instr instr, CRegister cr, Register s1, Register s2, in x_form() argument
455 inline void xx2_form(Instr instr, T t, T b) { in xx2_form() argument
488 xx3_form(Instr instr, T t, T a, T b) xx3_form() argument
536 vx_form(Instr instr, Simd128Register rt, Simd128Register rb, const Operand& imm) vx_form() argument
541 vx_form(Instr instr, Simd128Register rt, Simd128Register ra, Simd128Register rb) vx_form() argument
546 vx_form(Instr instr, Simd128Register rt, Simd128Register rb) vx_form() argument
549 vx_form(Instr instr, Simd128Register rt, const Operand& imm) vx_form() argument
552 vx_form(Instr instr, Register rt, Simd128Register rb) vx_form() argument
555 vx_form(Instr instr, Simd128Register rt, Register rb, const Operand& imm) vx_form() argument
583 va_form(Instr instr, Simd128Register rt, Simd128Register ra, Simd128Register rb, Simd128Register rc) va_form() argument
598 vc_form(Instr instr, Simd128Register rt, Simd128Register ra, Simd128Register rb, int rc) vc_form() argument
615 prefix_form(Instr instr, const Operand& imm, int pr) prefix_form() argument
1249 instr_at_put(int pos, Instr instr) instr_at_put() argument
1253 instr_at_put(Address pc, Instr instr) instr_at_put() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc2321 InstructionDecode(v8::base::Vector<char> out_buffer, byte* instr) InstructionDecode() argument
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc625 void Simulator::DoRuntimeCall(Instruction* instr) { in DoRuntimeCall() argument
1077 void Simulator::AddSubWithCarry(Instruction* instr) { in AddSubWithCarry() argument
[all...]
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h79 inline Instruction* instr() const { return instr_; } in instr() function in v8::internal::SimInstructionBase
84 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() argument
98 explicit SimInstruction(Instruction* instr) { *this = instr; } in SimInstruction() argument
100 SimInstruction& operator=(Instruction* instr) { in operator =() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc48 void DisassemblingDecoder::VisitAddSubImmediate(Instruction* instr) { in VisitAddSubImmediate() argument
96 void DisassemblingDecoder::VisitAddSubShifted(Instruction* instr) { in VisitAddSubShifted() argument
145 VisitAddSubExtended(Instruction* instr) VisitAddSubExtended() argument
187 VisitAddSubWithCarry(Instruction* instr) VisitAddSubWithCarry() argument
226 VisitLogicalImmediate(Instruction* instr) VisitLogicalImmediate() argument
300 VisitLogicalShifted(Instruction* instr) VisitLogicalShifted() argument
361 VisitConditionalCompareRegister(Instruction* instr) VisitConditionalCompareRegister() argument
380 VisitConditionalCompareImmediate( Instruction* instr) VisitConditionalCompareImmediate() argument
400 VisitConditionalSelect(Instruction* instr) VisitConditionalSelect() argument
455 VisitBitfield(Instruction* instr) VisitBitfield() argument
532 VisitExtract(Instruction* instr) VisitExtract() argument
553 VisitPCRelAddressing(Instruction* instr) VisitPCRelAddressing() argument
564 VisitConditionalBranch(Instruction* instr) VisitConditionalBranch() argument
574 VisitUnconditionalBranchToRegister( Instruction* instr) VisitUnconditionalBranchToRegister() argument
599 VisitUnconditionalBranch(Instruction* instr) VisitUnconditionalBranch() argument
616 VisitDataProcessing1Source(Instruction* instr) VisitDataProcessing1Source() argument
641 VisitDataProcessing2Source(Instruction* instr) VisitDataProcessing2Source() argument
664 VisitDataProcessing3Source(Instruction* instr) VisitDataProcessing3Source() argument
742 VisitCompareBranch(Instruction* instr) VisitCompareBranch() argument
761 VisitTestBranch(Instruction* instr) VisitTestBranch() argument
782 VisitMoveWideImmediate(Instruction* instr) VisitMoveWideImmediate() argument
834 VisitLoadStorePreIndex(Instruction* instr) VisitLoadStorePreIndex() argument
850 VisitLoadStorePostIndex(Instruction* instr) VisitLoadStorePostIndex() argument
866 VisitLoadStoreUnsignedOffset(Instruction* instr) VisitLoadStoreUnsignedOffset() argument
885 VisitLoadStoreRegisterOffset(Instruction* instr) VisitLoadStoreRegisterOffset() argument
931 VisitLoadStoreUnscaledOffset(Instruction* instr) VisitLoadStoreUnscaledOffset() argument
949 VisitLoadLiteral(Instruction* instr) VisitLoadLiteral() argument
985 VisitLoadStorePairPostIndex(Instruction* instr) VisitLoadStorePairPostIndex() argument
1001 VisitLoadStorePairPreIndex(Instruction* instr) VisitLoadStorePairPreIndex() argument
1017 VisitLoadStorePairOffset(Instruction* instr) VisitLoadStorePairOffset() argument
1035 VisitLoadStoreAcquireRelease(Instruction* instr) VisitLoadStoreAcquireRelease() argument
1104 VisitFPCompare(Instruction* instr) VisitFPCompare() argument
1124 VisitFPConditionalCompare(Instruction* instr) VisitFPConditionalCompare() argument
1143 VisitFPConditionalSelect(Instruction* instr) VisitFPConditionalSelect() argument
1158 VisitFPDataProcessing1Source(Instruction* instr) VisitFPDataProcessing1Source() argument
1210 VisitFPDataProcessing2Source(Instruction* instr) VisitFPDataProcessing2Source() argument
1236 VisitFPDataProcessing3Source(Instruction* instr) VisitFPDataProcessing3Source() argument
1257 VisitFPImmediate(Instruction* instr) VisitFPImmediate() argument
1276 VisitFPIntegerConvert(Instruction* instr) VisitFPIntegerConvert() argument
1393 VisitFPFixedPointConvert(Instruction* instr) VisitFPFixedPointConvert() argument
1437 VisitSystem(Instruction* instr) VisitSystem() argument
1538 VisitException(Instruction* instr) VisitException() argument
1576 VisitNEON3Same(Instruction* instr) VisitNEON3Same() argument
1668 VisitNEON2RegMisc(Instruction* instr) VisitNEON2RegMisc() argument
1939 VisitNEON3Different(Instruction* instr) VisitNEON3Different() argument
2044 VisitNEONAcrossLanes(Instruction* instr) VisitNEONAcrossLanes() argument
2106 VisitNEONByIndexedElement(Instruction* instr) VisitNEONByIndexedElement() argument
2201 VisitNEONCopy(Instruction* instr) VisitNEONCopy() argument
2250 VisitNEONExtract(Instruction* instr) VisitNEONExtract() argument
2261 VisitNEONLoadStoreMultiStruct(Instruction* instr) VisitNEONLoadStoreMultiStruct() argument
2357 VisitNEONLoadStoreMultiStructPostIndex( Instruction* instr) VisitNEONLoadStoreMultiStructPostIndex() argument
2454 VisitNEONLoadStoreSingleStruct(Instruction* instr) VisitNEONLoadStoreSingleStruct() argument
2625 VisitNEONLoadStoreSingleStructPostIndex( Instruction* instr) VisitNEONLoadStoreSingleStructPostIndex() argument
2786 VisitNEONModifiedImmediate(Instruction* instr) VisitNEONModifiedImmediate() argument
2851 VisitNEONPerm(Instruction* instr) VisitNEONPerm() argument
2881 VisitNEONScalar2RegMisc(Instruction* instr) VisitNEONScalar2RegMisc() argument
3029 VisitNEONScalar3Diff(Instruction* instr) VisitNEONScalar3Diff() argument
3051 VisitNEONScalar3Same(Instruction* instr) VisitNEONScalar3Same() argument
3164 VisitNEONScalarByIndexedElement(Instruction* instr) VisitNEONScalarByIndexedElement() argument
3217 VisitNEONScalarCopy(Instruction* instr) VisitNEONScalarCopy() argument
3231 VisitNEONScalarPairwise(Instruction* instr) VisitNEONScalarPairwise() argument
3264 VisitNEONScalarShiftImmediate(Instruction* instr) VisitNEONScalarShiftImmediate() argument
3371 VisitNEONShiftImmediate(Instruction* instr) VisitNEONShiftImmediate() argument
3517 VisitNEONTable(Instruction* instr) VisitNEONTable() argument
3574 VisitUnimplemented(Instruction* instr) VisitUnimplemented() argument
3578 VisitUnallocated(Instruction* instr) VisitUnallocated() argument
3634 Format(Instruction* instr, const char* mnemonic, const char* format) Format() argument
3649 Substitute(Instruction* instr, const char* string) Substitute() argument
3661 SubstituteField(Instruction* instr, const char* format) SubstituteField() argument
3701 SubstituteRegisterField(Instruction* instr, const char* format) SubstituteRegisterField() argument
3840 SubstituteImmediateField(Instruction* instr, const char* format) SubstituteImmediateField() argument
4057 SubstituteBitfieldImmediateField(Instruction* instr, const char* format) SubstituteBitfieldImmediateField() argument
4091 SubstituteLiteralField(Instruction* instr, const char* format) SubstituteLiteralField() argument
4110 SubstituteShiftField(Instruction* instr, const char* format) SubstituteShiftField() argument
4133 SubstituteConditionField(Instruction* instr, const char* format) SubstituteConditionField() argument
4155 SubstitutePCRelAddressField(Instruction* instr, const char* format) SubstitutePCRelAddressField() argument
4174 SubstituteBranchTargetField(Instruction* instr, const char* format) SubstituteBranchTargetField() argument
4209 SubstituteExtendField(Instruction* instr, const char* format) SubstituteExtendField() argument
4235 SubstituteLSRegOffsetField(Instruction* instr, const char* format) SubstituteLSRegOffsetField() argument
4263 SubstitutePrefetchField(Instruction* instr, const char* format) SubstitutePrefetchField() argument
4278 SubstituteBarrierField(Instruction* instr, const char* format) SubstituteBarrierField() argument
4307 ProcessOutput(Instruction* instr) ProcessOutput() argument
4362 ProcessOutput(v8::internal::Instruction* instr) ProcessOutput() argument
4371 InstructionDecode(v8::base::Vector<char> buffer, byte* instr) InstructionDecode() argument
4382 ConstantPoolSizeAt(byte* instr) ConstantPoolSizeAt() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc1748 InstructionDecode(v8::base::Vector<char> out_buffer, byte* instr) InstructionDecode() argument
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.h80 inline Instruction* instr() const { return instr_; } in instr() function in v8::internal::SimInstructionBase
85 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() argument
99 explicit SimInstruction(Instruction* instr) { *this = instr; } in SimInstruction() argument
101 SimInstruction& operator=(Instruction* instr) { in operator =() argument
563 BranchDelayInstructionDecode(Instruction* instr) BranchDelayInstructionDecode() argument
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.h80 inline Instruction* instr() const { return instr_; } in instr() function in v8::internal::SimInstructionBase
85 explicit SimInstructionBase(Instruction* instr) {} in SimInstructionBase() argument
99 explicit SimInstruction(Instruction* instr) { *this = instr; } in SimInstruction() argument
101 SimInstruction& operator=(Instruction* instr) { in operator =() argument
540 BranchDelayInstructionDecode(Instruction* instr) BranchDelayInstructionDecode() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c834 rewrite_src_with_bti(nir_builder *b, struct iris_binding_table *bt, nir_instr *instr, nir_src *src, enum iris_surface_group group) rewrite_src_with_bti() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h171 struct gpir_instr *instr; member
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1329 nir_tex_instr *instr; in ttn_tex() local
1668 nir_intrinsic_instr *instr = NULL; ttn_mem() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c752 rewrite_src_with_bti(nir_builder *b, struct crocus_binding_table *bt, nir_instr *instr, nir_src *src, enum crocus_surface_group group) rewrite_src_with_bti() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c95 struct csmt_instruction *instr; in nine_csmt_worker() local
191 struct csmt_instruction* instr; in nine_csmt_process() local
229 struct csmt_instruction* instr; nine_csmt_destroy() local
[all...]

Completed in 54 milliseconds

1...<<1112131415161718192021