Searched refs:bfe_byte1_b (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_sdwa.cpp | 176 Temp bfe_byte1_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::c32(1u), Operand::c32(8u), variable 178 writeout(1, bld.vop2(aco_opcode::v_mul_f32, bld.def(v1), inputs[0], bfe_byte1_b)); 231 //~gfx7_signed! v1: %bfe_byte1_b = p_extract %b, 1, 8, 1 232 //~gfx7_signed! v1: %res10 = v_cvt_f32_u32 %bfe_byte1_b 236 Temp bfe_byte1_b = bld.pseudo(ext, bld.def(v1), inputs[1], Operand::c32(1u), Operand::c32(8u), variable 238 writeout(10, bld.vop1(aco_opcode::v_cvt_f32_u32, bld.def(v1), bfe_byte1_b));
|
Completed in 1 milliseconds