disasm_extract.c | 1803 op_type(struct asm_inst *i, int op, enum asm_oper_type ot) function in typeref:typename:void 2266 op_type(i, 1, ASM_OPER_PR); 2272 op_type(i, 1, ASM_OPER_PR_ROT); 2277 op_type(i, 2, ot); 2305 op_type(i, 2, ASM_OPER_AREG); 2328 op_type(i, 3, ASM_OPER_AREG); 2403 op_type(i, 4, ASM_OPER_AREG); 2405 op_type(i, 5, ASM_OPER_AREG); 2409 op_type(i, 4, ASM_OPER_AREG); 2495 op_type(i, 2, ASM_OPER_AREG) [all...] |