Home
last modified time | relevance | path

Searched refs:InputUint8 (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1774 i.InputUint8(1)); in AssembleArchInstruction()
2104 i.InputUint8(1)); in AssembleArchInstruction()
2471 __ Pextrw(dst, i.InputSimd128Register(0), i.InputUint8(1)); in AssembleArchInstruction()
2692 __ Pextrb(dst, i.InputSimd128Register(0), i.InputUint8(1)); in AssembleArchInstruction()
2735 i.InputUint8(index + 1)); in AssembleArchInstruction()
2738 __ Pextrb(dst, i.InputSimd128Register(0), i.InputUint8(1)); in AssembleArchInstruction()
2747 i.InputUint8(index + 1)); in AssembleArchInstruction()
2750 __ Pextrw(dst, i.InputSimd128Register(0), i.InputUint8(1)); in AssembleArchInstruction()
2757 uint8_t laneidx = i.InputUint8(index + 1); in AssembleArchInstruction()
3124 uint8_t mask = i.InputUint8( in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc1026 uint8_t laneidx = i.InputUint8(1); \
2752 i.InputUint8(1)); in AssembleArchInstruction()
2862 i.InputUint8(1)); in AssembleArchInstruction()
3361 __ Pextrw(dst, i.InputSimd128Register(0), i.InputUint8(1)); in AssembleArchInstruction()
3568 i.InputUint8(index + 1)); in AssembleArchInstruction()
3571 i.InputUint8(1)); in AssembleArchInstruction()
3581 i.InputUint8(index + 1)); in AssembleArchInstruction()
3584 i.InputUint8(1)); in AssembleArchInstruction()
3590 __ Pextrb(dst, i.InputSimd128Register(0), i.InputUint8(1)); in AssembleArchInstruction()
3930 uint8_t lane = i.InputUint8(inde in AssembleArchInstruction()
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator-impl.h65 uint8_t InputUint8(size_t index) { in InputUint8() function in v8::internal::compiler::InstructionOperandConverter
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc3498 __ vinsertb(dst, kScratchSimd128Reg, Operand(15 - i.InputUint8(3))); in AssembleArchInstruction()
3512 Operand((7 - i.InputUint8(3)) * lane_width_in_bytes)); in AssembleArchInstruction()
3526 Operand((3 - i.InputUint8(3)) * lane_width_in_bytes)); in AssembleArchInstruction()
3540 Operand((1 - i.InputUint8(3)) * lane_width_in_bytes)); in AssembleArchInstruction()
3549 Operand(15 - i.InputUint8(3))); in AssembleArchInstruction()
3560 Operand((7 - i.InputUint8(3)) * lane_width_in_bytes)); in AssembleArchInstruction()
3572 Operand((3 - i.InputUint8(3)) * lane_width_in_bytes)); in AssembleArchInstruction()
3584 Operand((1 - i.InputUint8(3)) * lane_width_in_bytes)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc3134 LOAD_LANE(8, 15 - i.InputUint8(1)); in AssembleArchInstruction()
3138 LOAD_LANE(16, 7 - i.InputUint8(1)); in AssembleArchInstruction()
3142 LOAD_LANE(32, 3 - i.InputUint8(1)); in AssembleArchInstruction()
3146 LOAD_LANE(64, 1 - i.InputUint8(1)); in AssembleArchInstruction()
3157 STORE_LANE(8, 15 - i.InputUint8(1)); in AssembleArchInstruction()
3161 STORE_LANE(16, 7 - i.InputUint8(1)); in AssembleArchInstruction()
3165 STORE_LANE(32, 3 - i.InputUint8(1)); in AssembleArchInstruction()
3169 STORE_LANE(64, 1 - i.InputUint8(1)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc1861 __ LoadLane(sz, dst, i.InputUint8(1), i.MemoryOperand(2)); in AssembleArchInstruction()
1868 __ StoreLane(sz, src, i.InputUint8(1), i.MemoryOperand(2)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc1988 __ LoadLane(sz, dst, i.InputUint8(1), i.MemoryOperand(2)); in AssembleArchInstruction()
1995 __ StoreLane(sz, src, i.InputUint8(1), i.MemoryOperand(2)); in AssembleArchInstruction()

Completed in 34 milliseconds