Home
last modified time | relevance | path

Searched refs:Pextrb (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h373 AVX_OP_SSE4_1(Pextrb, pextrb)
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc2692 __ 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/
Dcode-generator-x64.cc3567 __ 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
Dinstruction-selector-x64.cc3266 SIMD_VISIT_EXTRACT_LANE(I8x16, U, Pextrb) in SIMD_VISIT_EXTRACT_LANE()
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h2457 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/
Dliftoff-assembler-ia32.h2843 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()