OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:push_inst32
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_T2_32.c
197
static sljit_s32
push_inst32
(struct sljit_compiler *compiler, sljit_ins inst)
function in typeref:typename:sljit_s32
209
FAIL_IF(
push_inst32
(compiler, MOVW | RD4(dst) |
211
return
push_inst32
(compiler, MOVT | RD4(dst) |
495
return
push_inst32
(compiler, MOV_WI | RD4(dst) | tmp);
498
return
push_inst32
(compiler, MVN_WI | RD4(dst) | tmp);
502
FAIL_IF(
push_inst32
(compiler, MOVW | RD4(dst) |
507
return
push_inst32
(compiler, MOVT | RD4(dst) |
567
return
push_inst32
(compiler, ADDWI | RD4(dst) | RN4(reg) | IMM12(imm));
569
return
push_inst32
(compiler, SUBWI | RD4(dst) | RN4(reg) | IMM12(nimm));
573
return
push_inst32
(compiler, ADD_WI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm)
[
all
...]
sljitNativeARM_T2_32.c
197
static sljit_s32
push_inst32
(struct sljit_compiler *compiler, sljit_ins inst)
function in typeref:typename:sljit_s32
209
FAIL_IF(
push_inst32
(compiler, MOVW | RD4(dst) |
211
return
push_inst32
(compiler, MOVT | RD4(dst) |
495
return
push_inst32
(compiler, MOV_WI | RD4(dst) | tmp);
498
return
push_inst32
(compiler, MVN_WI | RD4(dst) | tmp);
502
FAIL_IF(
push_inst32
(compiler, MOVW | RD4(dst) |
507
return
push_inst32
(compiler, MOVT | RD4(dst) |
567
return
push_inst32
(compiler, ADDWI | RD4(dst) | RN4(reg) | IMM12(imm));
569
return
push_inst32
(compiler, SUBWI | RD4(dst) | RN4(reg) | IMM12(nimm));
573
return
push_inst32
(compiler, ADD_WI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm)
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025