Home
last modified time | relevance | path

Searched refs:R0 (Results 1 – 7 of 7) sorted by relevance

/php-src/Zend/asm/
H A Dmake_ppc32_sysv_xcoff_gas.S114 # save return address into R0
H A Dmake_ppc64_sysv_xcoff_gas.S126 # save return address into R0
H A Dmake_ppc64_sysv_elf_gas.S154 # save return address into R0
/php-src/ext/opcache/jit/ir/
H A Dir_x86.h13 _(R0, rax, eax, ax, al, ah) \
51 _(R0, ___, eax, ax, al, ah) \
/php-src/ext/standard/
H A Dcrypt_sha256.c131 #define R0(x) (CYCLIC (x, 7) ^ CYCLIC (x, 18) ^ (x >> 3)) in sha256_process_block() macro
144 W[t] = R1 (W[t - 2]) + W[t - 7] + R0 (W[t - 15]) + W[t - 16]; in sha256_process_block()
H A Dcrypt_sha512.c160 #define R0(x) (CYCLIC (x, 1) ^ CYCLIC (x, 8) ^ (x >> 7)) in sha512_process_block() macro
174 W[t] = R1 (W[t - 2]) + W[t - 7] + R0 (W[t - 15]) + W[t - 16]; in sha512_process_block()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c121 #define R0(r) ((sljit_ins)reg_map[r]) macro
3307 FAIL_IF(push_inst(compiler, ins | F4(dst_r) | R0(src))); in sljit_emit_fop1_conv_f64_from_w()

Completed in 31 milliseconds