Home | History | Annotate | Download | only in Disassembler

Lines Matching defs:cmode

1377   unsigned cmode = fieldFromInstruction(insn, 12, 4);
1399 Inst.addOperand(MCOperand::CreateImm((cmode & 6) << 2));
1405 Inst.addOperand(MCOperand::CreateImm(cmode & 1 ? 0x110 : 0x108));
1416 unsigned cmode = fieldFromInstruction(insn, 12, 4);
1425 Inst.addOperand(MCOperand::CreateImm((cmode & 6) << 2));