Home
last modified time | relevance | path

Searched refs:dp_op (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/arm64/
Dassembler-arm64.cc2387 Instr dp_op = static_cast<Instr>(op | LogicalShiftedFixed); in Logical() local
2388 DataProcShiftedRegister(rd, rn, operand, LeaveFlags, dp_op); in Logical()
/external/vixl/src/aarch64/
Dassembler-aarch64.cc4038 Instr dp_op = static_cast<Instr>(op | LogicalShiftedFixed); in Logical() local
4039 DataProcShiftedRegister(rd, rn, operand, LeaveFlags, dp_op); in Logical()
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c15802 Bool dp_op = bSF == 1; in decode_CP10_CP11_instruction() local
15806 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()