Home
last modified time | relevance | path

Searched refs:InputUint32 (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator-impl.h53 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 Dcode-generator-ppc.cc2785 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 Dcode-generator-s390.cc2905 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 Dcode-generator-ia32.cc2978 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 Dcode-generator-arm.cc2844 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 Dcode-generator-mips64.cc2045 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 Dcode-generator-x64.cc3335 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 Dcode-generator-riscv64.cc2086 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