Lines Matching refs:c32
251 bld.pseudo(aco_opcode::p_unit_test, Operand::c32(i), tmp); in writeout()
253 bld.pseudo(aco_opcode::p_unit_test, Operand::c32(i)); in writeout()
258 bld.pseudo(aco_opcode::p_unit_test, Operand::c32(i), res); in writeout()
263 bld.pseudo(aco_opcode::p_unit_test, Operand::c32(i), op); in writeout()
268 bld.pseudo(aco_opcode::p_unit_test, Operand::c32(i), op0, op1); in writeout()
276 return b.vop2(aco_opcode::v_mul_f32, b.def(v1), Operand::c32(0xbf800000u), src); in fneg()
286 …Builder::Result res = b.vop2_e64(aco_opcode::v_mul_f32, b.def(v1), Operand::c32(0x3f800000u), src); in fabs()
338 Operand::c32(0x3f800000u), src); in fsat()
343 return b.pseudo(aco_opcode::p_extract, b.def(src.regClass()), src, Operand::c32(idx), in ext_ushort()
344 Operand::c32(16u), Operand::c32(false)); in ext_ushort()
349 return b.pseudo(aco_opcode::p_extract, b.def(src.regClass()), src, Operand::c32(idx), in ext_ubyte()
350 Operand::c32(8u), Operand::c32(false)); in ext_ubyte()