Searched refs:InputUint32 (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | code-generator-impl.h | 53 uint32_t InputUint32(size_t index) { in InputUint32() function in v8::internal::compiler::InstructionOperandConverter
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 2785 uint64_t low = make_uint64(i.InputUint32(1), i.InputUint32(0)); in AssembleArchInstruction() 2786 uint64_t high = make_uint64(i.InputUint32(3), i.InputUint32(2)); in AssembleArchInstruction() 3089 uint64_t low = make_uint64(i.InputUint32(3), i.InputUint32(2)); in AssembleArchInstruction() 3090 uint64_t high = make_uint64(i.InputUint32(5), i.InputUint32(4)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 2905 uint64_t low = make_uint64(i.InputUint32(1), i.InputUint32(0)); in AssembleArchInstruction() 2906 uint64_t high = make_uint64(i.InputUint32(3), i.InputUint32(2)); in AssembleArchInstruction() 2978 uint64_t low = make_uint64(i.InputUint32(3), i.InputUint32(2)); in AssembleArchInstruction() 2979 uint64_t high = make_uint64(i.InputUint32(5), i.InputUint32(4)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 2978 uint64_t low_qword = make_uint64(i.InputUint32(1), i.InputUint32(0)); in AssembleArchInstruction() 2980 __ Move(tmp, Immediate(i.InputUint32(2))); in AssembleArchInstruction() 2982 __ Move(tmp, Immediate(i.InputUint32(3))); in AssembleArchInstruction() 3045 uint32_t mask = i.InputUint32(j); in AssembleArchInstruction() 3053 uint32_t lanes = i.InputUint32(j); in AssembleArchInstruction() 3065 uint32_t lanes = i.InputUint32(j); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 2844 uint64_t imm1 = make_uint64(i.InputUint32(1), i.InputUint32(0)); in AssembleArchInstruction() 2845 uint64_t imm2 = make_uint64(i.InputUint32(3), i.InputUint32(2)); in AssembleArchInstruction() 3138 uint32_t four_lanes = i.InputUint32(2 + j); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 2045 uint64_t imm1 = make_uint64(i.InputUint32(1), i.InputUint32(0)); in AssembleArchInstruction() 2046 uint64_t imm2 = make_uint64(i.InputUint32(3), i.InputUint32(2)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 3335 imm[j] = i.InputUint32(j); in AssembleArchInstruction() 3829 mask[j - 1] = i.InputUint32(j); in AssembleArchInstruction() 3840 uint32_t lanes = i.InputUint32(j); in AssembleArchInstruction() 3856 uint32_t lanes = i.InputUint32(j); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 2086 make_uint64(i.InputUint32(1), i.InputUint32(0)); in AssembleArchInstruction() 2088 make_uint64(i.InputUint32(3), i.InputUint32(2)); in AssembleArchInstruction()
|
Completed in 37 milliseconds