Searched refs:bfe_byte0_b (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_sdwa.cpp | 171 Temp bfe_byte0_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::zero(), Operand::c32(8u), variable 173 writeout(0, bld.vop2(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], bfe_byte0_b)); 222 //~gfx7_signed! v1: %bfe_byte0_b = p_extract %b, 0, 8, 1 223 //~gfx7_signed! v1: %res9 = v_cvt_f32_u32 %bfe_byte0_b 227 Temp bfe_byte0_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::zero(), Operand::c32(8u), variable 229 writeout(9, bld.vop1(aco_opcode::v_cvt_f32_u32, bld.def(v1), bfe_byte0_b));
|
Completed in 2 milliseconds