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

/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c264 static UInt ROR32 ( UInt x, UInt sh ) { function
283 u = ROR32(u, 30);
H A Dhost_arm_defs.c429 static UInt ROR32 ( UInt x, UInt sh ) { function
456 vex_printf("0x%x", ROR32(ri84->ARMri84.I84.imm8,
1494 u = ROR32(u, 30);
H A Dguest_arm_toIR.c210 static UInt ROR32 ( UInt x, UInt sh ) { function
2315 imm = ROR32(imm, rot);
13901 imm = ROR32(imm, rot);

Completed in 233 milliseconds