Home
last modified time | relevance | path

Searched refs:v_sub_f32 (Results 1 – 25 of 274) sorted by relevance

1234567891011

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/AMDGPU/
H A Dgfx7_asm_vop2.s231 v_sub_f32 v5, v1, v2 label
234 v_sub_f32 v255, v1, v2 label
237 v_sub_f32 v5, v255, v2 label
240 v_sub_f32 v5, s1, v2 label
243 v_sub_f32 v5, s103, v2 label
273 v_sub_f32 v5, m0, v2 label
282 v_sub_f32 v5, 0, v2 label
285 v_sub_f32 v5, -1, v2 label
288 v_sub_f32 v5, 0.5, v2 label
291 v_sub_f32 v5, -4.0, v2 label
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/AMDGPU/
H A Dgfx7_asm_vop2.s231 v_sub_f32 v5, v1, v2 label
234 v_sub_f32 v255, v1, v2 label
237 v_sub_f32 v5, v255, v2 label
240 v_sub_f32 v5, s1, v2 label
243 v_sub_f32 v5, s103, v2 label
273 v_sub_f32 v5, m0, v2 label
282 v_sub_f32 v5, 0, v2 label
285 v_sub_f32 v5, -1, v2 label
288 v_sub_f32 v5, 0.5, v2 label
291 v_sub_f32 v5, -4.0, v2 label
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/AMDGPU/
H A Dgfx7_asm_vop2.s231 v_sub_f32 v5, v1, v2 label
234 v_sub_f32 v255, v1, v2 label
237 v_sub_f32 v5, v255, v2 label
240 v_sub_f32 v5, s1, v2 label
243 v_sub_f32 v5, s103, v2 label
273 v_sub_f32 v5, m0, v2 label
282 v_sub_f32 v5, 0, v2 label
285 v_sub_f32 v5, -1, v2 label
288 v_sub_f32 v5, 0.5, v2 label
291 v_sub_f32 v5, -4.0, v2 label
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/AMDGPU/
H A Dgfx7_asm_vop2.s231 v_sub_f32 v5, v1, v2 label
234 v_sub_f32 v255, v1, v2 label
237 v_sub_f32 v5, v255, v2 label
240 v_sub_f32 v5, s1, v2 label
243 v_sub_f32 v5, s103, v2 label
273 v_sub_f32 v5, m0, v2 label
282 v_sub_f32 v5, 0, v2 label
285 v_sub_f32 v5, -1, v2 label
288 v_sub_f32 v5, 0.5, v2 label
291 v_sub_f32 v5, -4.0, v2 label
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/AMDGPU/
H A Dgfx7_asm_vop2.s231 v_sub_f32 v5, v1, v2 label
234 v_sub_f32 v255, v1, v2 label
237 v_sub_f32 v5, v255, v2 label
240 v_sub_f32 v5, s1, v2 label
243 v_sub_f32 v5, s103, v2 label
273 v_sub_f32 v5, m0, v2 label
282 v_sub_f32 v5, 0, v2 label
285 v_sub_f32 v5, -1, v2 label
288 v_sub_f32 v5, 0.5, v2 label
291 v_sub_f32 v5, -4.0, v2 label
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/AMDGPU/
H A Dgfx7_asm_vop2.s231 v_sub_f32 v5, v1, v2 label
234 v_sub_f32 v255, v1, v2 label
237 v_sub_f32 v5, v255, v2 label
240 v_sub_f32 v5, s1, v2 label
243 v_sub_f32 v5, s103, v2 label
273 v_sub_f32 v5, m0, v2 label
282 v_sub_f32 v5, 0, v2 label
285 v_sub_f32 v5, -1, v2 label
288 v_sub_f32 v5, 0.5, v2 label
291 v_sub_f32 v5, -4.0, v2 label
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/AMDGPU/
H A Dgfx7_asm_vop2.s231 v_sub_f32 v5, v1, v2 label
234 v_sub_f32 v255, v1, v2 label
237 v_sub_f32 v5, v255, v2 label
240 v_sub_f32 v5, s1, v2 label
243 v_sub_f32 v5, s103, v2 label
273 v_sub_f32 v5, m0, v2 label
282 v_sub_f32 v5, 0, v2 label
285 v_sub_f32 v5, -1, v2 label
288 v_sub_f32 v5, 0.5, v2 label
291 v_sub_f32 v5, -4.0, v2 label
[all …]
/dports/math/openblas/OpenBLAS-0.3.18/kernel/simd/
H A Dintrin_avx.h15 #define v_sub_f32 _mm256_sub_ps macro
35 { return v_sub_f32(v_mul_f32(a, b), c); } in v_mulsub_f32()
H A Dintrin_sse.h15 #define v_sub_f32 _mm_sub_ps macro
41 { return v_sub_f32(v_mul_f32(a, b), c); } in v_mulsub_f32()
H A Dintrin_avx512.h15 #define v_sub_f32 _mm512_sub_ps macro
H A Dintrin_neon.h21 #define v_sub_f32 vsubq_f32 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll95 ; GCN: v_sub_f32
105 ; GCN: v_sub_f32
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll95 ; GCN: v_sub_f32
105 ; GCN: v_sub_f32
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll95 ; GCN: v_sub_f32
105 ; GCN: v_sub_f32
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll95 ; GCN: v_sub_f32
105 ; GCN: v_sub_f32
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll95 ; GCN: v_sub_f32
105 ; GCN: v_sub_f32
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll95 ; GCN: v_sub_f32
105 ; GCN: v_sub_f32
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll95 ; GCN: v_sub_f32
105 ; GCN: v_sub_f32
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll95 ; GCN: v_sub_f32
105 ; GCN: v_sub_f32
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll95 ; GCN: v_sub_f32
105 ; GCN: v_sub_f32
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll95 ; GCN: v_sub_f32
105 ; GCN: v_sub_f32
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll95 ; GCN: v_sub_f32
105 ; GCN: v_sub_f32
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll95 ; GCN: v_sub_f32
105 ; GCN: v_sub_f32
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dlocal-atomics-fp.ll95 ; GCN: v_sub_f32
105 ; GCN: v_sub_f32
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/compiler/tests/
H A Dtest_optimizer_postRA.cpp308 Temp res1 = bld.vop2(aco_opcode::v_sub_f32, bld.def(v1, reg_v2), b, Operand(tmp1, reg_v2));
315 …Temp res2 = bld.vop2_dpp(aco_opcode::v_sub_f32, bld.def(v1, reg_v2), b, Operand(tmp2, reg_v2), dpp…
352 auto res7 = bld.vop2_e64(aco_opcode::v_sub_f32, bld.def(v1, reg_v2), b, Operand(tmp7, reg_v2));

1234567891011