Searched refs:dp_op (Results 1 – 3 of 3) sorted by relevance
2288 Instr dp_op = static_cast<Instr>(op | LogicalShiftedFixed); in Logical() local2289 DataProcShiftedRegister(rd, rn, operand, LeaveFlags, dp_op); in Logical()
4670 Instr dp_op = static_cast<Instr>(op | LogicalShiftedFixed); in Logical() local4671 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()14341 if (frac_bits >= 1 && frac_bits <= 32 && !to_fixed && !dp_op in decode_CP10_CP11_instruction()14365 if (frac_bits >= 1 && frac_bits <= 32 && !to_fixed && dp_op in decode_CP10_CP11_instruction()14386 if (frac_bits >= 1 && frac_bits <= 32 && to_fixed && dp_op in decode_CP10_CP11_instruction()