Searched refs:genROR32 (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 392 static IRExpr* genROR32( IRTemp src, Int rot ) in genROR32() function 10422 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) ); in decode_V6MEDIA_instruction() 10506 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) ); in decode_V6MEDIA_instruction() 10890 genROR32(irt_regM, 8 * rotate), in decode_V6MEDIA_instruction() 11860 assign( irt_rot, genROR32(irt_regM, 8 * rotate) ); in decode_V6MEDIA_instruction() 12438 assign( op_2, genROR32(irt_rM, m_swap ? 16 : 0) ); in decode_V6MEDIA_instruction() 12526 assign( op_2, genROR32(irt_rM, m_swap ? 16 : 0) ); in decode_V6MEDIA_instruction() 16279 assign(rotT, genROR32(srcT, 8 * rot)); /* 0, 8, 16 or 24 only */ in disInstr_ARM_WRK() 16638 genROR32(srcR, 8 * rot))))); in disInstr_ARM_WRK() 16668 genROR32(srcR, 8 * rot))))); in disInstr_ARM_WRK() [all …]
|
D | guest_mips_toIR.c | 939 static IRExpr *genROR32(IRExpr * src, Int rot) in genROR32() function 16075 putIReg(rd, mkWidenFrom32(ty, genROR32(mkNarrowTo32(ty, in disInstr_MIPS_WRK()
|