Home
last modified time | relevance | path

Searched refs:bsel_v (Results 1 – 25 of 99) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h2296 bsel_v(scratch0, rhs_msa, lhs_msa); in emit_f32x4_min()
2300 bsel_v(scratch0, scratch1, lhs_msa); in emit_f32x4_min()
2303 bsel_v(dst_msa, scratch0, scratch1); in emit_f32x4_min()
2318 bsel_v(scratch0, rhs_msa, lhs_msa); in emit_f32x4_max()
2322 bsel_v(scratch0, scratch1, lhs_msa); in emit_f32x4_max()
2337 bsel_v(dst_msa, lhs_msa, rhs_msa); in emit_f32x4_pmin()
2347 bsel_v(dst_msa, lhs_msa, rhs_msa); in emit_f32x4_pmax()
2419 bsel_v(scratch0, rhs_msa, lhs_msa); in emit_f64x2_min()
2441 bsel_v(scratch0, rhs_msa, lhs_msa); in emit_f64x2_max()
2460 bsel_v(dst_msa, lhs_msa, rhs_msa); in emit_f64x2_pmin()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h2551 bsel_v(scratch0, rhs_msa, lhs_msa); in emit_f32x4_min()
2555 bsel_v(scratch0, scratch1, lhs_msa); in emit_f32x4_min()
2558 bsel_v(dst_msa, scratch0, scratch1); in emit_f32x4_min()
2573 bsel_v(scratch0, rhs_msa, lhs_msa); in emit_f32x4_max()
2577 bsel_v(scratch0, scratch1, lhs_msa); in emit_f32x4_max()
2592 bsel_v(dst_msa, lhs_msa, rhs_msa); in emit_f32x4_pmin()
2602 bsel_v(dst_msa, lhs_msa, rhs_msa); in emit_f32x4_pmax()
2674 bsel_v(scratch0, rhs_msa, lhs_msa); in emit_f64x2_min()
2696 bsel_v(scratch0, rhs_msa, lhs_msa); in emit_f64x2_max()
2715 bsel_v(dst_msa, lhs_msa, rhs_msa); in emit_f64x2_pmin()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc2142 __ bsel_v(scratch0, src1, src0); in AssembleArchInstruction() local
2146 __ bsel_v(scratch0, src0, scratch1); in AssembleArchInstruction() local
2149 __ bsel_v(scratch1, scratch0, src0); in AssembleArchInstruction() local
2165 __ bsel_v(scratch0, src1, src0); in AssembleArchInstruction() local
2169 __ bsel_v(scratch0, src0, scratch1); in AssembleArchInstruction() local
2242 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
2252 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
2651 __ bsel_v(scratch0, src1, src0); in AssembleArchInstruction() local
2674 __ bsel_v(scratch0, src1, src0); in AssembleArchInstruction() local
2717 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc2218 __ bsel_v(scratch0, src1, src0); in AssembleArchInstruction() local
2222 __ bsel_v(scratch0, src0, scratch1); in AssembleArchInstruction() local
2225 __ bsel_v(scratch1, scratch0, src0); in AssembleArchInstruction() local
2241 __ bsel_v(scratch0, src1, src0); in AssembleArchInstruction() local
2245 __ bsel_v(scratch0, src0, scratch1); in AssembleArchInstruction() local
2318 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
2328 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
2610 __ bsel_v(scratch0, src1, src0); in AssembleArchInstruction() local
2633 __ bsel_v(scratch0, src1, src0); in AssembleArchInstruction() local
2676 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
[all …]
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/mips/
H A Dcode-generator-mips.cc2139 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
2149 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
2470 __ bsel_v(i.OutputSimd128Register(), i.InputSimd128Register(2), in AssembleArchInstruction() local
2573 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
2583 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc2184 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
2194 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
2373 __ bsel_v(i.OutputSimd128Register(), i.InputSimd128Register(2), in AssembleArchInstruction() local
2476 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
2486 __ bsel_v(dst, lhs, rhs); in AssembleArchInstruction() local
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/Mips/
H A DMipsScheduleP5600.td280 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
H A DMipsScheduleGeneric.td913 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/Mips/
H A DMipsScheduleP5600.td280 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
H A DMipsScheduleGeneric.td913 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td292 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td293 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/Mips/
H A DMipsScheduleP5600.td292 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td293 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/Mips/
H A DMipsScheduleP5600.td293 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td293 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/Mips/
H A DMipsScheduleP5600.td293 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td292 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td293 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td293 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td293 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td293 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td293 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/Mips/
H A DMipsScheduleP5600.td291 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td293 // bset.[bhwd], bclr.[bhwd], bneg.[bhwd], bsel_v, bseli_b

1234