Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
Dassembly-ins.h35 #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
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
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp67 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs) {g_opCodeIndex++, panda::pand… macro