Home
last modified time | relevance | path

Searched refs:ROL (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/hash/
H A Dhash_ripemd.c200 #define ROL(n, x) (((x) << n) | ((x) >> (32 - n))) macro
421 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
428 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
435 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
442 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
449 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
521 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD320Transform()
529 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD320Transform()
537 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD320Transform()
545 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD320Transform()
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_fold.h2153 IR_FOLD(ROL(_, C_U8)) in IR_FOLD()
2154 IR_FOLD(ROL(_, C_U16)) in IR_FOLD()
2155 IR_FOLD(ROL(_, C_U32)) in IR_FOLD()
2156 IR_FOLD(ROL(_, C_U64)) in IR_FOLD()
2157 IR_FOLD(ROL(_, C_I8)) in IR_FOLD()
2158 IR_FOLD(ROL(_, C_I16)) in IR_FOLD()
2159 IR_FOLD(ROL(_, C_I32)) in IR_FOLD()
2160 IR_FOLD(ROL(_, C_I64)) in IR_FOLD()
2203 IR_FOLD(ROL(C_U8, _)) in IR_FOLD()
2204 IR_FOLD(ROL(C_I8, _)) in IR_FOLD()
[all …]
H A Dir.h285 _(ROL, d2, def, def, ___) /* rotate left */ \
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c308 #define ROL (/* SHIFT */ 0 << 3) macro
2699 return emit_shift_with_flags(compiler, ROL, 0,
2816 return emit_shift(compiler, is_left ? ROL : ROR, dst_reg, dstw, src1_reg, src1w, src3, src3w);
H A DsljitNativeX86_32.c1407 inst[1] |= ROL; in sljit_emit_fop1_conv_f64_from_uw()

Completed in 43 milliseconds