Searched refs:OP3 (Results 1 – 5 of 5) sorted by relevance
46 #define OP3(x) (((union instruct *) (x))->f_3c.op3) macro
105 if (OP3(instructp) != JMPL) in findcalls()
134 #define OP3(x) (((x) >> 19) & 0x3f) macro1257 switch (OP3(instr)) { in fasttrap_tracepoint_init()1327 uint32_t op3 = OP3(instr); in fasttrap_tracepoint_init()1357 !(OP(instr) == 2 && OP3(instr) == OP3_RETURN))) in fasttrap_tracepoint_init()
36 #define OP3(x, y, z) dt_node_op3(x, y, z) macro581 conditional_expression { $$ = OP3($1, $3, $5); }
88 #define OP3(machcode) (((machcode) >> 19) & 0x3f) macro1857 op3 = OP3(text[j]); in findsym_cb()