OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MOVT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c
121
#define
MOVT
0xe3400000
388
return push_inst(compiler,
MOVT
| RD(reg) | ((imm >> 12) & 0xf0000) | ((imm >> 16) & 0xfff));
501
SLJIT_ASSERT((inst[0] & 0xfff00000) == MOVW && (inst[1] & 0xfff00000) ==
MOVT
);
503
inst[1] =
MOVT
| (inst[1] & 0xf000) | ((new_addr >> 12) & 0xf0000) | ((new_addr >> 16) & 0xfff);
556
SLJIT_ASSERT((inst[0] & 0xfff00000) == MOVW && (inst[1] & 0xfff00000) ==
MOVT
);
558
inst[1] =
MOVT
| (inst[1] & 0xf000) | ((new_constant >> 12) & 0xf0000) | ((new_constant >> 16) & 0xfff);
sljitNativeARM_T2_32.c
129
#define
MOVT
0xf2c00000
211
return push_inst32(compiler,
MOVT
| RD4(dst) |
218
SLJIT_ASSERT(((inst[0] & 0xfbf0) == (MOVW >> 16)) && ((inst[2] & 0xfbf0) == (
MOVT
>> 16)) && dst == (inst[3] & 0x0f00));
221
inst[2] = (
MOVT
>> 16) | COPY_BITS(new_imm, 12 + 16, 0, 4) | COPY_BITS(new_imm, 11 + 16, 10, 1);
507
return push_inst32(compiler,
MOVT
| RD4(dst) |
Completed in 286 milliseconds
Indexes created Wed Sep 24 05:09:52 GMT 2025