Searched refs:_inst (Results 1 – 12 of 12) sorted by relevance
275 #define INST_INST(_inst) ((_inst) & 0xff) argument280 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument285 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument286 #define INST_B(_inst) ((_inst) >> 12) argument292 #define INST_AA(_inst) ((_inst) >> 8) argument
34 #define GET_OPCODE(_inst) (_inst & 0xff) argument
282 #define INST_INST(_inst) ((_inst) & 0xff) argument287 #define INST_REPLACE_OP(_inst, _opcode) (((_inst) & 0xff00) | _opcode) argument292 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument293 #define INST_B(_inst) ((_inst) >> 12) argument299 #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
80 #define INST_INST(_inst) ((_inst) & 0xff) argument81 #define INST_A(_inst) (((_inst) >> 8) & 0x0f) argument82 #define INST_B(_inst) ((_inst) >> 12) argument83 #define INST_AA(_inst) ((_inst) >> 8) argument