Searched defs:AVROperand (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp109 class AVROperand : public MCParsedAsmOperand { class in namespace:__anon2397
114 AVROperand(StringRef Tok, SMLoc const &S) function in class:__anon2397::AVROperand
116 AVROperand(unsigned Reg, SMLoc const &S, SMLoc const &E) function in class:__anon2397::AVROperand
118 AVROperand(MCExpr const *Imm, SMLoc const &S, SMLoc const &E) function in class:__anon2397::AVROperand
120 AVROperand(unsigned Reg, MCExpr const *Imm, SMLoc const &S, SMLoc const &E) function in class:__anon2397::AVROperand
[all...]

Completed in 77 milliseconds