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

/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c252 static UInt ROR32 ( UInt x, UInt sh ) { function
271 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,
1457 u = ROR32(u, 30);
H A Dguest_arm_toIR.c210 static UInt ROR32 ( UInt x, UInt sh ) { function
2296 imm = ROR32(imm, rot);
13317 imm = ROR32(imm, rot);

Completed in 199 milliseconds