Home
last modified time | relevance | path

Searched refs:ROR32 (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_arm64_helpers.c1056 static inline UInt ROR32 ( UInt x, UInt sh ) { in ROR32() function
1074 return ROR32(x, 2) ^ ROR32(x, 13) ^ ROR32(x, 22); in SHAhashSIGMA0()
1078 return ROR32(x, 6) ^ ROR32(x, 11) ^ ROR32(x, 25); in SHAhashSIGMA1()
1255 elt = ROR32(elt, 7) ^ ROR32(elt, 18) ^ (elt >> 3); in arm64g_dirtyhelper_SHA256SU0()
1280 elt = ROR32(elt, 17) ^ ROR32(elt, 19) ^ (elt >> 10); in arm64g_dirtyhelper_SHA256SU1()
1288 elt = ROR32(elt, 17) ^ ROR32(elt, 19) ^ (elt >> 10); in arm64g_dirtyhelper_SHA256SU1()
Dhost_arm_defs.c415 static UInt ROR32 ( UInt x, UInt sh ) { in ROR32() function
442 vex_printf("0x%x", ROR32(ri84->ARMri84.I84.imm8, in ppARMRI84()
1528 u = ROR32(u, 30); in fitsIn8x4()
Dhost_arm_isel.c256 static UInt ROR32 ( UInt x, UInt sh ) { in ROR32() function
275 u = ROR32(u, 30); in fitsIn8x4()
Dguest_arm_toIR.c213 static UInt ROR32 ( UInt x, UInt sh ) { in ROR32() function
2335 imm = ROR32(imm, rot); in mk_shifter_operand()
17462 imm = ROR32(imm, rot); in disInstr_ARM_WRK()