Lines Matching defs:NEGCASE
39 #define NEGCASE(instr) CASE(instr, instr)
117 NEGCASE(bi_mux_i32(b, x, y, z, BI_MUX_BIT));
118 NEGCASE(bi_mux_v2i16(b, x, y, z, BI_MUX_BIT));
119 NEGCASE(bi_mux_v4i8(b, x, y, z, BI_MUX_BIT));
123 NEGCASE(bi_mux_v4i8(b, x, y, z, BI_MUX_INT_ZERO));
124 NEGCASE(bi_mux_v4i8(b, x, y, z, BI_MUX_NEG));
125 NEGCASE(bi_mux_v4i8(b, x, y, z, BI_MUX_FP_ZERO));
137 NEGCASE(bi_fadd_f32_to(b, reg, reg, reg));
138 NEGCASE(bi_csel_s32_to(b, reg, reg, reg, reg, reg, BI_CMPF_LT));
139 NEGCASE(bi_csel_u32_to(b, reg, reg, reg, reg, reg, BI_CMPF_LT));