disasm_extract.c | 1815 operand(struct asm_inst *i, int op, enum asm_oper_type ot, uint64_t bits, function in typeref:typename:void 1915 operand(i, 0, ASM_OPER_PREG, bits, 0, 6); 1919 operand(i, 1, ASM_OPER_GREG, bits, 6, 7); 1920 operand(i, 2, ASM_OPER_GREG, bits, 13, 7); 1921 operand(i, 3, ASM_OPER_GREG, bits, 20, 7); 1927 operand(i, 1, ASM_OPER_GREG, bits, 6, 7); 1928 operand(i, 2, ASM_OPER_GREG, bits, 13, 7); 1930 operand(i, 4, ASM_OPER_GREG, bits, 20, 7); 1933 operand(i, 1, ASM_OPER_GREG, bits, 6, 7); 1935 operand(i, 3, ASM_OPER_GREG, bits, 20, 7) [all...] |