Searched refs:BI_ROUND_NONE (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/test/
H A Dtest-optimizer.c69 CASE(bi_fadd_f32_to(b, reg, bi_fabsneg_f32(b, bi_abs(x)), y, BI_ROUND_NONE),
70 bi_fadd_f32_to(b, reg, bi_abs(x), y, BI_ROUND_NONE));
72 CASE(bi_fadd_f32_to(b, reg, bi_fabsneg_f32(b, bi_neg(x)), y, BI_ROUND_NONE),
73 bi_fadd_f32_to(b, reg, bi_neg(x), y, BI_ROUND_NONE));
75 CASE(bi_fadd_f32_to(b, reg, bi_fabsneg_f32(b, negabsx), y, BI_ROUND_NONE),
76 bi_fadd_f32_to(b, reg, negabsx, y, BI_ROUND_NONE));
78 CASE(bi_fadd_f32_to(b, reg, bi_fabsneg_f32(b, x), y, BI_ROUND_NONE),
79 bi_fadd_f32_to(b, reg, x, y, BI_ROUND_NONE));
116 CASE(bi_fadd_f32_to(b, reg, bi_fabsneg_f32(b, bi_half(negabsx, false)), y, BI_ROUND_NONE),
117 bi_fadd_f32_to(b, reg, bi_half(negabsx, false), y, BI_ROUND_NONE));
[all...]
H A Dtest-constant-fold.c106 CASE(bi_f32_to_u32_to(b, reg, bi_imm_f32(15.0), BI_ROUND_NONE), 15);
107 CASE(bi_f32_to_u32_to(b, reg, bi_imm_f32(15.9), BI_ROUND_NONE), 15);
108 CASE(bi_f32_to_u32_to(b, reg, bi_imm_f32(-20.4), BI_ROUND_NONE), 0);
119 NEGCASE(bi_fma_f32_to(b, reg, zero, zero, zero, BI_ROUND_NONE));
120 NEGCASE(bi_fadd_f32_to(b, reg, zero, zero, BI_ROUND_NONE));
H A Dtest-scheduler-predicates.c44 bi_instr *fma = bi_fma_f32_to(b, TMP(), TMP(), TMP(), bi_zero(), BI_ROUND_NONE);
75 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP(), BI_ROUND_NONE);
80 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP(), BI_ROUND_NONE);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_opt_constant_fold.c68 if (I->round == BI_ROUND_NONE) {
H A Dbifrost_compile.c145 bi_imm_f16(128.0), BI_ROUND_NONE);
153 BI_ROUND_NONE, BI_SPECIAL_NONE);
156 f16 = bi_v2f32_to_v2f16(b, f[0], f[1], BI_ROUND_NONE);
1067 bi_imm_f32(0.5f), BI_ROUND_NONE);
1487 case nir_op_fround_even: return BI_ROUND_NONE;
1500 return bi_fma_f32(b, s0, s1, bi_imm_f32(-0.0f), BI_ROUND_NONE);
1513 bi_zero(), BI_ROUND_NONE, BI_SPECIAL_N);
1515 BI_ROUND_NONE, BI_SPECIAL_NONE);
1526 bi_imm_u32(-1), BI_ROUND_NONE, BI_SPECIAL_N);
1528 BI_ROUND_NONE, BI_SPECIAL_
[all...]
H A Dbi_opt_mod_props.c318 I->round = BI_ROUND_NONE;
/xsrc/external/mit/MesaLib/src/panfrost/bifrost/
H A Dbi_opcodes.h215 BI_ROUND_NONE = 0, enumerator in enum:bi_round
H A Dbi_printer.c412 case BI_ROUND_NONE: return "";

Completed in 15 milliseconds