Searched refs:dp_op (Results 1 – 3 of 3) sorted by relevance
2387 Instr dp_op = static_cast<Instr>(op | LogicalShiftedFixed); in Logical() local2388 DataProcShiftedRegister(rd, rn, operand, LeaveFlags, dp_op); in Logical()
4038 Instr dp_op = static_cast<Instr>(op | LogicalShiftedFixed); in Logical() local4039 DataProcShiftedRegister(rd, rn, operand, LeaveFlags, dp_op); in Logical()
15802 Bool dp_op = bSF == 1; in decode_CP10_CP11_instruction() local15806 UInt d = dp_op ? ((bD << 4) | Vd) : ((Vd << 1) | bD); in decode_CP10_CP11_instruction()15812 if (frac_bits >= 1 && frac_bits <= 32 && !to_fixed && !dp_op in decode_CP10_CP11_instruction()15833 if (frac_bits >= 1 && frac_bits <= 32 && !to_fixed && dp_op in decode_CP10_CP11_instruction()15851 if (frac_bits >= 1 && frac_bits <= 32 && to_fixed && dp_op in decode_CP10_CP11_instruction()15873 if (frac_bits >= 1 && frac_bits <= 32 && to_fixed && !dp_op in decode_CP10_CP11_instruction()