Searched refs:bfe_byte2_b (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_sdwa.cpp | 181 Temp bfe_byte2_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::c32(2u), Operand::c32(8u), variable 183 writeout(2, bld.vop2(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], bfe_byte2_b)); 240 //~gfx7_signed! v1: %bfe_byte2_b = p_extract %b, 2, 8, 1 241 //~gfx7_signed! v1: %res11 = v_cvt_f32_u32 %bfe_byte2_b 245 Temp bfe_byte2_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::c32(2u), Operand::c32(8u), variable 247 writeout(11, bld.vop1(aco_opcode::v_cvt_f32_u32, bld.def(v1), bfe_byte2_b));
|
Completed in 2 milliseconds