Searched refs:regN (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 8947 UInt regD = 99, regM = 99, regN = 99, bitM = 0, bitN = 0; in decode_V6MEDIA_instruction() local 8955 regN = INSNT0(3,0); in decode_V6MEDIA_instruction() 8958 if (!isBadRegT(regD) && !isBadRegT(regN) && !isBadRegT(regM)) in decode_V6MEDIA_instruction() 8967 regN = INSNA(3,0); in decode_V6MEDIA_instruction() 8970 if (regD != 15 && regN != 15 && regM != 15) in decode_V6MEDIA_instruction() 8982 isT ? getIRegT(regN) : getIRegA(regN), in decode_V6MEDIA_instruction() 8996 nCC(conq), regD, regN, regM ); in decode_V6MEDIA_instruction() 9005 UInt regD = 99, regN = 99, regM = 99, bitM = 0; in decode_V6MEDIA_instruction() local 9011 regN = INSNT0(3,0); in decode_V6MEDIA_instruction() 9015 if (!isBadRegT(regD) && !isBadRegT(regN) && !isBadRegT(regM)) in decode_V6MEDIA_instruction() [all …]
|
D | host_arm_defs.c | 3791 UInt regN, regM; in emit_ARMInstr() local 3798 regN = iregEnc(i->ARMin.NLdStQ.amode->ARMamN.RR.rN); in emit_ARMInstr() 3801 regN = iregEnc(i->ARMin.NLdStQ.amode->ARMamN.R.rN); in emit_ARMInstr() 3805 regN, regD, X1010, X1000, regM); in emit_ARMInstr() 3811 UInt regN, regM; in emit_ARMInstr() local 3818 regN = iregEnc(i->ARMin.NLdStD.amode->ARMamN.RR.rN); in emit_ARMInstr() 3821 regN = iregEnc(i->ARMin.NLdStD.amode->ARMamN.R.rN); in emit_ARMInstr() 3825 regN, regD, X0111, X1000, regM); in emit_ARMInstr() 4243 UInt regN = (hregClass(i->ARMin.NBinary.argL) == HRcVec128) in emit_ARMInstr() local 4252 UInt N = regN >> 4; in emit_ARMInstr() [all …]
|