Searched refs:BI_SPECIAL_EXP2_LOW (Results 1 – 6 of 6) sorted by relevance
80 .op = { .special = BI_SPECIAL_EXP2_LOW }, in bi_emit_fexp2_new()
236 BI_SPECIAL_EXP2_LOW, enumerator
194 case BI_SPECIAL_EXP2_LOW: return "exp2_low"; in bi_special_op_name()
683 case BI_SPECIAL_EXP2_LOW: in bi_pack_add_special()
301 for (enum bi_special_op op = BI_SPECIAL_FRCP; op <= BI_SPECIAL_EXP2_LOW; ++op) { in bit_special_helper()302 if (op == BI_SPECIAL_EXP2_LOW) { in bit_special_helper()317 op == BI_SPECIAL_EXP2_LOW ? exp_input : input, in bit_special_helper()
590 if (ins->op.special == BI_SPECIAL_EXP2_LOW) { in bit_step()