Searched defs:inst_code (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-type.cpp | 46 #define PANDATYPE(name, inst_code) {std::string_view(name), panda_file::Type::TypeId::inst_code}, in GetId() argument 67 #define PANDATYPE(name, inst_code) {panda_file::Type::TypeId::inst_code, std::string_view(name)}, in FromPrimitiveId() argument
|
| D | lexer.h | 55 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, src_idxs, prof_size) \ argument 62 #define KEYWORDS(name, inst_code) ID_##inst_code, /* keyword type List */ argument
|
| D | lexer.cpp | 51 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, use_idxs, prof_size) \ in FindOperation() argument 70 #define KEYWORDS(name, inst_code) {std::string_view(name), Token::Type::ID_##inst_code}, in Findkeyword() argument
|
| /arkcompiler/runtime_core/assembler/ |
| D | lexer.cpp | 52 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, use_idxs) \ in FindOperation() argument 72 #define KEYWORDS(name, inst_code) {std::string_view(name), Token::Type::ID_##inst_code}, in Findkeyword() argument
|
| D | lexer.h | 52 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, src_idxs) ID_OP_##inst_code, /* comm… argument 56 #define KEYWORDS(name, inst_code) ID_##inst_code, /* keyword type List */ argument
|
| D | assembly-type.cpp | 44 #define PANDATYPE(name, inst_code) {std::string_view(name), panda_file::Type::TypeId::inst_code}, in GetId() argument
|