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
2847 UInt dreg = get_neon_d_regno(theInstr); local
2871 UInt dreg = get_neon_d_regno(theInstr & ~(1 << 6)); local
2951 UInt dreg = ((theInstr >> 18) & 0x10) | ((theInstr >> 12) & 0xF); local
3005 UInt dreg = get_neon_d_regno(theInstr); local
4804 UInt dreg = get_neon_d_regno(theInstr); local
5221 UInt dreg = get_neon_d_regno(theInstr & ~(1 << 6)); local
5895 UInt dreg = get_neon_d_regno(theInstr); local
6614 UInt dreg = get_neon_d_regno(theInstr); local
7640 UInt dreg = get_neon_d_regno(theInstr); local
    [all...]

Completed in 234 milliseconds