Home
last modified time | relevance | path

Searched defs:OPLIST (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
Dassembly-ins.h37 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) opcode, macro
73 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (flags), macro
79 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (width), macro
85 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (def_idx), macro
90 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (use_idxs), macro
96 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (prof_size), macro
Dlexer.h55 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, src_idxs, prof_size) \ macro
Dlexer.cpp51 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, use_idxs, prof_size) \ in FindOperation() macro
/arkcompiler/runtime_core/assembler/
Dlexer.cpp52 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, use_idxs) \ in FindOperation() macro
Dlexer.h52 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, src_idxs) ID_OP_##inst_code, /* comm… macro