Lines Matching full:uncond_value
381 /* "uncond_value" is set to the value in place of the conditional field in
384 int uncond_value;
14397 changed to inst.uncond_value. This is necessary because instructions shared
14412 if (inst.uncond_value != -1)
14413 inst.instruction |= inst.uncond_value << 28;
17611 inst.uncond_value = (opcode->tag == OT_csuffixF) ? 0xf : -1;