Searched refs:RegOp (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp440 unsigned RegOp = OpNum; local
446 RegOp = (Subtarget->isLittle()) ? OpNum + 1 : OpNum;
449 RegOp = (Subtarget->isLittle()) ? OpNum : OpNum + 1;
452 RegOp = OpNum + 1;
454 if (RegOp >= MI->getNumOperands())
456 const MachineOperand &MO = MI->getOperand(RegOp);
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp316 struct RegOp { struct in class:__anon2389::MipsOperand
332 struct RegOp Reg;
650 const MCOperand &RegOp = Inst.getOperand(0); local
651 assert(RegOp.isReg() && "expected register operand kind");
659 tmpInst.addOperand(MCOperand::CreateReg(RegOp.getReg()));
667 tmpInst.addOperand(MCOperand::CreateReg(RegOp.getReg()));
676 tmpInst.addOperand(MCOperand::CreateReg(RegOp.getReg()));
681 tmpInst.addOperand(MCOperand::CreateReg(RegOp.getReg()));
682 tmpInst.addOperand(MCOperand::CreateReg(RegOp.getReg()));
738 const MCOperand &RegOp local
1699 MipsOperand *RegOp; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.h153 unsigned RegOp, unsigned MemOp, unsigned Flags);
H A DX86MCInstLower.cpp297 unsigned RegOp = IsStore ? 0 : 5; local
299 assert(Inst.getNumOperands() == 6 && Inst.getOperand(RegOp).isReg() &&
309 unsigned Reg = Inst.getOperand(RegOp).getReg();
H A DX86InstrInfo.cpp66 // Do not insert the reverse map (MemOp -> RegOp) into the table.
70 // Do not insert the forward map (RegOp -> MemOp) into the table.
79 // Used for RegOp->MemOp conversion.
90 uint16_t RegOp; member in struct:X86OpTblEntry
275 unsigned RegOp = OpTbl2Addr[i].RegOp; local
279 RegOp, MemOp,
384 unsigned RegOp = OpTbl0[i].RegOp; local
388 RegOp, MemO
617 unsigned RegOp = OpTbl1[i].RegOp; local
1260 unsigned RegOp = OpTbl2[i].RegOp; local
1426 unsigned RegOp = OpTbl3[i].RegOp; local
1438 AddTableEntry(RegOp2MemOpTableType &R2MTable, MemOp2RegOpTableType &M2RTable, unsigned RegOp, unsigned MemOp, unsigned Flags) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp155 struct RegOp { struct in class:__anon2468::SparcOperand
172 struct RegOp Reg;
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp81 struct RegOp { struct in class:__anon2481::SystemZOperand
101 RegOp Reg;
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp376 unsigned RegOp = ExtraCode[0] == 'Q' ? OpNum : OpNum + 1; local
377 if (RegOp >= MI->getNumOperands())
379 const MachineOperand &MO = MI->getOperand(RegOp);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1803 const MachineOperand RegOp = DVInsn->getOperand(0); local
1806 MachineLocation Location(RegOp.getReg(),
1809 } else if (RegOp.getReg())
1810 addVariableAddress(DV, VariableDie, MachineLocation(RegOp.getReg()));
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp188 struct RegOp { struct in class:__anon2307::AArch64Operand
220 struct RegOp Reg;
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp631 struct RegOp { struct in struct:__anon2502::X86Operand
650 struct RegOp Reg;
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp375 struct RegOp { struct in class:__anon2340::ARMOperand
453 struct RegOp Reg;
4146 unsigned RegOp = 4; local
4150 RegOp = 5;
4151 ((ARMOperand*)Operands[RegOp])->addRegOperands(Inst, 1);

Completed in 380 milliseconds