Searched defs:AVROperand (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 110 class AVROperand : public MCParsedAsmOperand { class 115 AVROperand(StringRef Tok, SMLoc const &S) in AVROperand() function in __anon476bc3720111::AVROperand 117 AVROperand(unsigned Reg, SMLoc const &S, SMLoc const &E) in AVROperand() function in __anon476bc3720111::AVROperand 119 AVROperand(MCExpr const *Imm, SMLoc const &S, SMLoc const &E) in AVROperand() function in __anon476bc3720111::AVROperand 121 AVROperand(unsigned Reg, MCExpr const *Imm, SMLoc const &S, SMLoc const &E) in AVROperand() function in __anon476bc3720111::AVROperand
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 103 class AVROperand : public MCParsedAsmOperand { class 108 AVROperand(StringRef Tok, SMLoc const &S) in AVROperand() function in __anone1955eac0111::AVROperand 110 AVROperand(unsigned Reg, SMLoc const &S, SMLoc const &E) in AVROperand() function in __anone1955eac0111::AVROperand 112 AVROperand(MCExpr const *Imm, SMLoc const &S, SMLoc const &E) in AVROperand() function in __anone1955eac0111::AVROperand 114 AVROperand(unsigned Reg, MCExpr const *Imm, SMLoc const &S, SMLoc const &E) in AVROperand() function in __anone1955eac0111::AVROperand
|