Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.h185 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-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc125 if (dasm_imm13((uint32_t)value, (uint32_t)(value >> 32)) != -1) {
129 if (dasm_imm13((uint32_t)value, (uint32_t)value) != -1) {

Completed in 16 milliseconds