| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-ins.h | 36 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) opcode, macro 70 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (flags), macro 76 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (width), macro 82 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (def_idx), macro 87 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (use_idxs), macro 95 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (prof_size), macro
|
| D | lexer.h | 55 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, src_idxs, prof_size) \ macro
|
| D | lexer.cpp | 51 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, use_idxs, prof_size) \ in FindOperation() macro
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-ins.h | 35 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) opcode, macro 70 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) flags, macro 75 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) width, macro 80 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) def_idx, macro 84 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) use_idxs, macro
|
| D | lexer.cpp | 52 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, use_idxs) \ in FindOperation() macro
|
| D | lexer.h | 52 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, src_idxs) ID_OP_##inst_code, /* comm… macro
|