Searched refs:Pextrb (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
D | macro-assembler-shared-ia32-x64.h | 373 AVX_OP_SSE4_1(Pextrb, pextrb)
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 2692 __ Pextrb(dst, i.InputSimd128Register(0), i.InputUint8(1)); in AssembleArchInstruction() local 2734 __ Pextrb(operand, i.InputSimd128Register(index), in AssembleArchInstruction() local 2738 __ Pextrb(dst, i.InputSimd128Register(0), i.InputUint8(1)); in AssembleArchInstruction() local
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 3567 __ Pextrb(operand, i.InputSimd128Register(index), in AssembleArchInstruction() local 3570 __ Pextrb(i.OutputRegister(), i.InputSimd128Register(0), in AssembleArchInstruction() local 3590 __ Pextrb(dst, i.InputSimd128Register(0), i.InputUint8(1)); in AssembleArchInstruction() local
|
D | instruction-selector-x64.cc | 3266 SIMD_VISIT_EXTRACT_LANE(I8x16, U, Pextrb) in SIMD_VISIT_EXTRACT_LANE()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
D | liftoff-assembler-x64.h | 2457 Pextrb(dst_op, src.fp(), lane); in StoreLane() 3883 Pextrb(dst.gp(), lhs.fp(), imm_lane_idx); in emit_i8x16_extract_lane_s() 3890 Pextrb(dst.gp(), lhs.fp(), imm_lane_idx); in emit_i8x16_extract_lane_u()
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
D | liftoff-assembler-ia32.h | 2843 Pextrb(dst_op, src.fp(), lane); in StoreLane() 4332 Pextrb(byte_reg, lhs.fp(), imm_lane_idx); in emit_i8x16_extract_lane_s() 4339 Pextrb(dst.gp(), lhs.fp(), imm_lane_idx); in emit_i8x16_extract_lane_u()
|