Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:Op

125 static unsigned getRelaxedOpcodeBranch(unsigned Op) {
126 switch (Op) {
128 return Op;
150 static unsigned getRelaxedOpcodeArith(unsigned Op) {
151 switch (Op) {
153 return Op;
219 static unsigned getRelaxedOpcode(unsigned Op) {
220 unsigned R = getRelaxedOpcodeArith(Op);
221 if (R != Op)
223 return getRelaxedOpcodeBranch(Op);
243 const MCOperand &Op = Inst.getOperand(i);
244 if (Op.isExpr())
247 if (Op.isReg() && Op.getReg() == X86::RIP)