Searched refs:dest_invert (Results 1 – 7 of 7) sorted by relevance
247 bool dest_invert; member
315 if (ins->type == BI_BITWISE && ins->bitwise.dest_invert) in bi_print_instruction()
1238 alu.bitwise.dest_invert = true; in emit_alu()
54 unsigned not_result = ins->bitwise.dest_invert ? 0 : 1; in pan_pack_fma_rshift_and_i32()305 unsigned not_result = ins->bitwise.dest_invert ? 1 : 0; in pan_pack_fma_lshift_xor_v4i8()971 unsigned not_result = ins->bitwise.dest_invert ? 1 : 0; in pan_pack_fma_rshift_or_v4i8()1171 unsigned not_result = ins->bitwise.dest_invert ? 1 : 0; in pan_pack_fma_lshift_or_v4i8()1575 unsigned not_result = ins->bitwise.dest_invert ? 0 : 1; in pan_pack_fma_lshift_and_v4i8()1992 unsigned not_result = ins->bitwise.dest_invert ? 1 : 0; in pan_pack_fma_rshift_xor_v2i16()2228 unsigned not_result = ins->bitwise.dest_invert ? 1 : 0; in pan_pack_fma_rshift_or_v2i16()3409 unsigned not_result = ins->bitwise.dest_invert ? 1 : 0; in pan_pack_fma_rshift_xor_v4i8()4490 unsigned not_result = ins->bitwise.dest_invert ? 1 : 0; in pan_pack_fma_rshift_or_i32()5219 unsigned not_result = ins->bitwise.dest_invert ? 0 : 1; in pan_pack_fma_lshift_and_v2i16()[all …]
552 ins.bitwise.dest_invert = mods & 1; in bit_bitwise_helper()
474 if (ins->bitwise.dest_invert) in bit_step()
622 - pan/bi: Use src1/dest_invert instead of src_invert[\]