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 190 for (auto idx : use_idxs) { in Uses()
|