Searched refs:dp_op (Results 1 – 3 of 3) sorted by relevance
2308 Instr dp_op = static_cast<Instr>(op | LogicalShiftedFixed); in Logical() local2309 DataProcShiftedRegister(rd, rn, operand, LeaveFlags, dp_op); in Logical()
4705 Instr dp_op = static_cast<Instr>(op | LogicalShiftedFixed); in Logical() local4706 DataProcShiftedRegister(rd, rn, operand, LeaveFlags, dp_op); in Logical()
14336 Bool dp_op = bSF == 1; in decode_CP10_CP11_instruction() local14340 UInt d = dp_op ? ((bD << 4) | Vd) : ((Vd << 1) | bD); in decode_CP10_CP11_instruction()14346 if (frac_bits >= 1 && frac_bits <= 32 && !to_fixed && !dp_op in decode_CP10_CP11_instruction()14367 if (frac_bits >= 1 && frac_bits <= 32 && !to_fixed && dp_op in decode_CP10_CP11_instruction()14385 if (frac_bits >= 1 && frac_bits <= 32 && to_fixed && dp_op in decode_CP10_CP11_instruction()14407 if (frac_bits >= 1 && frac_bits <= 32 && to_fixed && !dp_op in decode_CP10_CP11_instruction()