Home
last modified time | relevance | path

Searched refs:dasm_imm13 (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/opcache/jit/dynasm/
H A Ddasm_arm64.h187 static int dasm_imm13(int lo, int hi) in dasm_imm13() function
310 CK(dasm_imm13(n, n) != -1, RANGE_I); in dasm_put()
315 CK(dasm_imm13(n, m) != -1, RANGE_I); in dasm_put()
510 cp[-1] |= (dasm_imm13(n, n) << 10); in dasm_encode()
513 cp[-1] |= (dasm_imm13(n, *b++) << 10); in dasm_encode()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc200 if (dasm_imm13((uint32_t)value, (uint32_t)value) != -1) {
204 if (dasm_imm13((uint32_t)value, (uint32_t)(value >> 32)) != -1) {

Completed in 29 milliseconds