Home
last modified time | relevance | path

Searched defs:prof_size (Results 1 – 3 of 3) 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, argument
73 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (flags), argument
79 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (width), argument
85 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (def_idx), argument
90 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (use_idxs), argument
96 #define OPLIST(opcode, name, optype, width, flags, def_idx, use_idxs, prof_size) (prof_size), argument
Dlexer.h55 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, src_idxs, prof_size) \ argument
Dlexer.cpp51 #define OPLIST(inst_code, name, optype, width, flags, dst_idx, use_idxs, prof_size) \ in FindOperation() argument