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 3646 HReg dreg = iselNeon64Expr(env, 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
2866 UInt dreg = get_neon_d_regno(theInstr); local
2890 UInt dreg = get_neon_d_regno(theInstr & ~(1 << 6)); local
2970 UInt dreg = ((theInstr >> 18) & 0x10) | ((theInstr >> 12) & 0xF); local
3024 UInt dreg = get_neon_d_regno(theInstr); local
4823 UInt dreg = get_neon_d_regno(theInstr); local
5240 UInt dreg = get_neon_d_regno(theInstr & ~(1 << 6)); local
5914 UInt dreg = get_neon_d_regno(theInstr); local
6633 UInt dreg = get_neon_d_regno(theInstr); local
7659 UInt dreg = get_neon_d_regno(theInstr); local
    [all...]

Completed in 188 milliseconds