Searched refs:src3_reg_negate (Results 1 – 3 of 3) sorted by relevance
292 bc->alu.src3_reg_negate = src3->negate; in fill_instr()311 bc->alu.src3_reg_negate = src->negate; in fill_instr()319 bc->alu.src3_reg_negate = src->negate; in fill_instr()
258 alu->src3_reg_negate, alu->src3_reg_abs); in disasm_alu()293 alu->src3_reg_negate, alu->src3_reg_abs); in disasm_alu()
143 uint8_t src3_reg_negate : 1; member