Searched refs:InputUint8 (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 1026 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(index + 1); in AssembleArchInstruction() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 1774 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(1); in AssembleArchInstruction() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | code-generator-impl.h | 65 uint8_t InputUint8(size_t index) { in InputUint8() function
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 3134 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/ppc/ |
D | code-generator-ppc.cc | 3498 __ 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/arm/ |
D | code-generator-arm.cc | 3303 __ LoadLane(sz, dst_list, i.InputUint8(1), i.NeonInputOperand(2)); in AssembleArchInstruction() 3311 __ LoadLane(sz, dst_list, i.InputUint8(1), i.NeonInputOperand(2)); in AssembleArchInstruction() 3318 __ StoreLane(sz, src_list, i.InputUint8(1), i.NeonInputOperand(2)); in AssembleArchInstruction() 3325 __ StoreLane(sz, src_list, i.InputUint8(1), i.NeonInputOperand(2)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 1861 __ 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/ |
D | code-generator-riscv64.cc | 1988 __ LoadLane(sz, dst, i.InputUint8(1), i.MemoryOperand(2)); in AssembleArchInstruction() 1995 __ StoreLane(sz, src, i.InputUint8(1), i.MemoryOperand(2)); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 2676 __ Usra(dst, i.InputSimd128Register(1).Format(f), i.InputUint8(2) & mask); in AssembleArchInstruction()
|