OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emit_set_delta
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c
821
static sljit_s32
emit_set_delta
(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, sljit_sw value)
function
964
else if (
emit_set_delta
(compiler, TMP_REG3, TMP_REG3, argw - compiler->cache_argw) != SLJIT_ERR_UNSUPPORTED) {
999
if (
emit_set_delta
(compiler, TMP_REG3, TMP_REG3, diff) != SLJIT_ERR_UNSUPPORTED) {
1018
if (
emit_set_delta
(compiler, TMP_REG3, TMP_REG3, argw - compiler->cache_argw) != SLJIT_ERR_UNSUPPORTED) {
1026
if (next_arg &&
emit_set_delta
(compiler, TMP_REG3, arg, argw) != SLJIT_ERR_UNSUPPORTED) {
1594
if (
emit_set_delta
(compiler, TMP_REG3, TMP_REG3, argw - compiler->cache_argw) != SLJIT_ERR_UNSUPPORTED) {
sljitNativeARM_T2_32.c
878
static sljit_s32
emit_set_delta
(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, sljit_sw value)
function
1446
if (
emit_set_delta
(compiler, TMP_REG1, arg & REG_MASK, argw) != SLJIT_ERR_UNSUPPORTED) {
Completed in 17 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026