Searched refs:type_full (Results 1 – 2 of 2) sorted by relevance
667 bool type_full = type_size(instr->cat6.type) == 32; in emit_cat6() local679 iassert_type(instr->regs[0], type_full); /* dst */ in emit_cat6()680 iassert_type(instr->regs[1], type_full); /* src1 */ in emit_cat6()694 iassert_type(instr->regs[2], type_full); /* src1 */ in emit_cat6()698 iassert_type(instr->regs[0], type_full); /* dst */ in emit_cat6()
1224 bool type_full = cat6->type != TYPE_U16; in print_instr_cat6_a6xx() local1246 src2.full = type_full; in print_instr_cat6_a6xx()