Searched refs:v_ceil_f16 (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/ |
D | vop3-modifiers.s | 7 v_ceil_f16 v0, -1 label 10 v_ceil_f16 v0, -2 label 13 v_ceil_f16 v0, -16 label 16 v_ceil_f16 v0, -0.5 label 19 v_ceil_f16 v0, -1.0 label 22 v_ceil_f16 v0, -2.0 label 25 v_ceil_f16 v0, -4.0 label 29 v_ceil_f16 v0, 0xabcd label 33 v_ceil_f16 v0, -0x5433 label 36 v_ceil_f16 v0, abs(0xabcd) label [all …]
|
D | vop3-modifiers-err.s | 14 v_ceil_f16 v0, abs(neg(1)) label
|
D | vop3-convert.s | 146 v_ceil_f16 v1, v2 label
|
D | vop_dpp.s | 316 v_ceil_f16 v1, v0 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
|
D | vop_sdwa.s | 321 v_ceil_f16 v1, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 label
|
D | gfx8_asm_all.s | 33264 v_ceil_f16 v5, v1 label 33267 v_ceil_f16 v255, v1 label 33270 v_ceil_f16 v5, v255 label 33273 v_ceil_f16 v5, s1 label 33276 v_ceil_f16 v5, s101 label 33279 v_ceil_f16 v5, flat_scratch_lo label 33282 v_ceil_f16 v5, flat_scratch_hi label 33285 v_ceil_f16 v5, vcc_lo label 33288 v_ceil_f16 v5, vcc_hi label 33291 v_ceil_f16 v5, tba_lo label [all …]
|
/external/llvm/test/MC/AMDGPU/ |
D | vop1.s | 351 v_ceil_f16 v1, v2 label
|
D | vop_dpp.s | 312 v_ceil_f16 v1, v0 row_shl:1 row_mask:0xa bank_mask:0x1 bound_ctrl:0 label
|
D | vop_sdwa.s | 321 v_ceil_f16 v1, v0 dst_sel:DWORD dst_unused:UNUSED_PAD src0_sel:WORD_1 label
|
/external/llvm/lib/Target/AMDGPU/ |
D | VIInstructions.td | 36 defm V_CEIL_F16 : VOP1Inst <vop1<0, 0x45>, "v_ceil_f16", VOP_F16_F16>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | VOP1Instructions.td | 347 defm V_CEIL_F16 : VOP1Inst <"v_ceil_f16", VOP_F16_F16, fceil>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AMDGPUAsmGFX8.rst | 592 v_ceil_f16 dst, src0
|
D | AMDGPUAsmGFX9.rst | 746 v_ceil_f16 dst, src0
|