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

/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp31 class SystemZOperand : public MCParsedAsmOperand { class in namespace:__anon2498
86 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) function in class:__anon2498::SystemZOperand
102 static SystemZOperand *createToken(StringRef Str, SMLoc Loc) {
103 SystemZOperand *Op = new SystemZOperand(KindToken, Loc, Loc);
108 static SystemZOperand *createReg(RegisterKind Kind, unsigned Num,
110 SystemZOperand *Op = new SystemZOperand(KindReg, StartLoc, EndLoc);
115 static SystemZOperand *createAccessReg(unsigned Num, SMLoc StartLoc,
117 SystemZOperand *O
[all...]

Completed in 218 milliseconds