Searched refs:bfe_byte3_b (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_sdwa.cpp | 186 Temp bfe_byte3_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::c32(3u), Operand::c32(8u), variable 188 writeout(3, bld.vop2(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], bfe_byte3_b)); 249 //~gfx7_signed! v1: %bfe_byte3_b = p_extract %b, 3, 8, 1 250 //~gfx7_signed! v1: %res12 = v_cvt_f32_u32 %bfe_byte3_b 254 Temp bfe_byte3_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::c32(3u), Operand::c32(8u), variable 256 writeout(12, bld.vop1(aco_opcode::v_cvt_f32_u32, bld.def(v1), bfe_byte3_b));
|
Completed in 1 milliseconds