Home
last modified time | relevance | path

Searched refs:T1 (Results 51 – 54 of 54) sorted by relevance

123

/PHP-8.3/ext/standard/
H A Dcrypt_sha256.c153 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha256_process_block() local
158 e = d + T1; in sha256_process_block()
162 a = T1 + T2; in sha256_process_block()
H A Dcrypt_sha512.c180 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in sha512_process_block() local
185 e = d + T1; in sha512_process_block()
189 a = T1 + T2; in sha512_process_block()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc47 |.define T1, [r4+0x40]
75 |.define T1, [r4]
89 |.define T1, [r4]
5315 | mov aword T1, r0 // save
8048 | mov T1, FCARG1a // save
8066 | mov dword T1, eax // save
8895 | mov aword T1, r0 // save
9203 | mov r1, aword T1
9621 | lea CARG3, aword T1
9623 | lea r0, aword T1
[all …]
H A Dzend_jit_arm64.dasc50 |.define T1, [sp, #0x10]
5610 | str FCARG1x, T1 // save
5654 | str REG2, T1 // save
7450 | str FCARG1x, T1 // save
7468 | str RETVALw, T1 // save
7569 | str FCARG1x, T1 // save
8277 | str REG0, T1 // save
8279 | ldr REG0, T1 // restore
8576 | ldr REG1, T1
8931 | str FCARG1x, T1 // save
[all …]

Completed in 86 milliseconds

123