Searched refs:_inst (Results 1 – 11 of 11) sorted by relevance
267 #define INST_INST(_inst) ((_inst) & 0xff) argument272 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument277 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument278 #define INST_B(_inst) ((_inst) >> 12) argument284 #define INST_AA(_inst) ((_inst) >> 8) argument
34 #define GET_OPCODE(_inst) (_inst & 0xff) argument
274 #define INST_INST(_inst) ((_inst) & 0xff) argument279 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument284 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument285 #define INST_B(_inst) ((_inst) >> 12) argument291 #define INST_AA(_inst) ((_inst) >> 8) argument
475 #define INST_A(_inst) (((u2)(_inst) >> 8) & 0x0f) argument476 #define INST_B(_inst) ((u2)(_inst) >> 12) argument477 #define INST_AA(_inst) ((_inst) >> 8) argument