| H A D | aco_instruction_selection.cpp | 3259 /* 0x38800000 is smallest half float value (2^-14) in 32-bit float, 3263 Temp smallest = bld.copy(bld.def(s1), Operand::c32(0x38800000u)); local in function:aco::__anon562fcc110110::visit_alu_instr 3264 Instruction* tmp0 = bld.vopc_e64(aco_opcode::v_cmp_lt_f32, bld.def(bld.lm), f32, smallest);
|