HomeSort by relevance Sort by last modified time
    Searched defs:dreg (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/VEX/priv/
host_arm_isel.c 3612 HReg dreg = iselNeon64Expr(env, e->Iex.Triop.arg1); local
    [all...]
guest_arm_toIR.c 646 /* Plain ("low level") read from a VFP Dreg. */
653 /* Architected read from a VFP Dreg. */
658 /* Plain ("low level") write to a VFP Dreg. */
666 /* Architected write to a VFP Dreg. Handles conditional writes to the
690 /* Plain ("low level") read from a Neon Integer Dreg. */
697 /* Architected read from a Neon Integer Dreg. */
702 /* Plain ("low level") write to a Neon Integer Dreg. */
710 /* Architected write to a Neon Integer Dreg. Handles conditional
2830 UInt dreg = get_neon_d_regno(theInstr); local
2854 UInt dreg = get_neon_d_regno(theInstr & ~(1 << 6)); local
2934 UInt dreg = ((theInstr >> 18) & 0x10) | ((theInstr >> 12) & 0xF); local
2988 UInt dreg = get_neon_d_regno(theInstr); local
4803 UInt dreg = get_neon_d_regno(theInstr); local
5220 UInt dreg = get_neon_d_regno(theInstr & ~(1 << 6)); local
5880 UInt dreg = get_neon_d_regno(theInstr); local
6599 UInt dreg = get_neon_d_regno(theInstr); local
7625 UInt dreg = get_neon_d_regno(theInstr); local
    [all...]

Completed in 56 milliseconds