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

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

Completed in 155 milliseconds