Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_arm64.h185 static int dasm_imm13(int lo, int hi) in dasm_imm13() function
303 CK(dasm_imm13(n, n) != -1, RANGE_I); in dasm_put()
308 CK(dasm_imm13(n, m) != -1, RANGE_I); in dasm_put()
464 cp[-1] |= (dasm_imm13(n, n) << 10); in dasm_encode()
467 cp[-1] |= (dasm_imm13(n, *b++) << 10); in dasm_encode()

Completed in 5 milliseconds