| /arkcompiler/runtime_core/assembler/ |
| D | assembly-ins.h | 35 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) opcode, argument 70 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) flags, argument 75 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) width, argument 80 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) def_idx, argument 84 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) use_idxs, argument 185 auto use_idxs = USE_IDXS_TABLE[static_cast<size_t>(opcode)]; in Uses() local
|
| D | lexer.cpp | 52 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, use_idxs) \ in FindOperation() argument
|
| /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, argument 70 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (flags), argument 76 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (width), argument 82 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (def_idx), argument 87 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (use_idxs), argument 95 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (prof_size), argument
|
| D | lexer.cpp | 51 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, use_idxs, prof_size) \ in FindOperation() argument
|