Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dassembler-arm64.cc2288 Instr dp_op = static_cast<Instr>(op | LogicalShiftedFixed); in Logical() local
2289 DataProcShiftedRegister(rd, rn, operand, LeaveFlags, dp_op); in Logical()
/external/vixl/src/vixl/a64/
Dassembler-a64.cc4670 Instr dp_op = static_cast<Instr>(op | LogicalShiftedFixed); in Logical() local
4671 DataProcShiftedRegister(rd, rn, operand, LeaveFlags, dp_op); in Logical()
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c14336 Bool dp_op = bSF == 1; in decode_CP10_CP11_instruction() local
14340 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()