Searched refs:genROR32 (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 400 static IRExpr* genROR32( IRTemp src, Int rot ) in genROR32() function 10484 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) ); in decode_V6MEDIA_instruction() 10568 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) ); in decode_V6MEDIA_instruction() 10952 genROR32(irt_regM, 8 * rotate), in decode_V6MEDIA_instruction() 11922 assign( irt_rot, genROR32(irt_regM, 8 * rotate) ); in decode_V6MEDIA_instruction() 12500 assign( op_2, genROR32(irt_rM, m_swap ? 16 : 0) ); in decode_V6MEDIA_instruction() 12588 assign( op_2, genROR32(irt_rM, m_swap ? 16 : 0) ); in decode_V6MEDIA_instruction() 17743 assign(rotT, genROR32(srcT, 8 * rot)); /* 0, 8, 16 or 24 only */ in disInstr_ARM_WRK() 18104 genROR32(srcR, 8 * rot))))); in disInstr_ARM_WRK() 18134 genROR32(srcR, 8 * rot))))); in disInstr_ARM_WRK() [all …]
|
D | guest_mips_toIR.c | 942 static IRExpr *genROR32(IRExpr * src, Int rot) in genROR32() function 16040 putIReg(rd, mkWidenFrom32(ty, genROR32(mkNarrowTo32(ty, in disInstr_MIPS_WRK()
|