Lines Matching refs:fp16
1770 bool fp16 = instr->opcode == aco_opcode::v_mul_f16;
1775 (instr->operands[!i].constantEquals(fp16 ? 0x3c00 : 0x3f800000) || /* 1.0 */
1776 instr->operands[!i].constantEquals(fp16 ? 0xbc00 : 0xbf800000u))) { /* -1.0 */
1777 bool neg1 = instr->operands[!i].constantEquals(fp16 ? 0xbc00 : 0xbf800000u);
1798 (fp16 ? 0x4000 : 0x40000000)) { /* 2.0 */
1801 (fp16 ? 0x4400 : 0x40800000)) { /* 4.0 */
1804 (fp16 ? 0x3800 : 0x3f000000)) { /* 0.5 */
1807 (!(fp16 ? ctx.fp_mode.preserve_signed_zero_inf_nan16_64
3939 /* don't promote fp16 to fp32 or remove fp32->fp16->fp32 conversions */