Searched defs:mreg (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c2860 UInt mreg = get_neon_m_regno(theInstr); local
2867 putQReg(dreg, triop(Iop_SliceV128, /*hiV128*/getQReg(mreg),
2870 putDRegI64(dreg, triop(Iop_Slice64, /*hiI64*/getDRegI64(mreg),
2874 reg_t, mreg, imm4);
2910 UInt mreg = get_neon_m_regno(theInstr & ~(1 << 6)); local
2920 if (dreg >= 0x100 || mreg >= 0x100 || nreg >= 0x100)
2932 assign(old_arg, getDRegI64(mreg));
2979 DIP("}, d%u\n", mreg);
2989 UInt mreg = ((theInstr >> 1) & 0x10) | (theInstr & 0xF); local
3004 assign(arg_m, getDRegI64(mreg));
3044 UInt mreg = get_neon_m_regno(theInstr); local
4832 UInt mreg = get_neon_m_regno(theInstr); local
5249 UInt mreg = get_neon_m_regno(theInstr & ~(1 << 6)); local
5912 UInt mreg = get_neon_m_regno(theInstr); local
6629 UInt mreg = get_neon_m_regno(theInstr); local
[all...]

Completed in 121 milliseconds