| H A D | disassembler.c | 127 int op1 = BITS(instr, 20, 0x3F), coproc = BITS(instr, 8, 0xF), op = BITS(instr, 4, 0x1); in arm_syscall_coproc() local 193 int op1 = BITS(instr, 20, 0x7), op2 = BITS(instr, 5, 0x7); in arm_signed_multiplies() local 213 int op1 = BITS(instr, 20, 0x7), op2 = BITS(instr, 5, 0x7); in arm_pack_unpack_sat_reversal() local 255 int op1 = BITS(instr, 20, 0x1F), op2 = BITS(instr, 5, 0x7); in arm_media() local 352 int op = BITS(instr, 21, 0x3), __unused op1 = BITS(instr, 16, 0xF), op2 = BITS(instr, 4, 0x7); in arm_misc() local 417 int op1 = BITS(instr, 20, 0x1F); in arm_extra_loadstore() local 494 int op1 = BITS(instr, 20, 0x1F), op2 = BITS(instr, 7, 0x1F), op3 = BITS(instr, 5, 0x3); in arm_dataproc_reg() local 525 int op = BITS(instr, 25, 0x1), op1 = BITS(instr, 20, 0x1F), op2 = BITS(instr, 4, 0xF); in arm_dataproc_misc() local 593 int cond = BITS(instr, 28, 0xF), op1 = BITS(instr, 25, 0x7), op = BITS(instr, 4, 0x1); in dtrace_decode_arm() local 793 int op1 = BITS(instr1, 4, 0x3F), coproc = BITS(instr2, 8, 0xF), op = BITS(instr2, 4, 0x1); in thumb32_coproc() local [all …]
|