Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/AArch64/
Darm64-movi.ll43 ; Tests for MOVZ with MOVK.
76 ; Tests for MOVN with MOVK.
93 ; Tests for ORR with MOVK.
/external/pcre/dist2/src/sljit/
DsljitNativeARM_64.c98 #define MOVK 0xf2800000 macro
139 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 16) & 0xffff) << 5) | (1 << 21))); in emit_imm64_const()
140 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 32) & 0xffff) << 5) | (2 << 21))); in emit_imm64_const()
141 return push_inst(compiler, MOVK | RD(dst) | ((imm >> 48) << 5) | (3 << 21)); in emit_imm64_const()
147 SLJIT_ASSERT((inst[0] & 0xffe00000) == MOVZ && (inst[1] & 0xffe00000) == (MOVK | (1 << 21))); in modify_imm64_const()
149 inst[1] = MOVK | dst | (((new_imm >> 16) & 0xffff) << 5) | (1 << 21); in modify_imm64_const()
150 inst[2] = MOVK | dst | (((new_imm >> 32) & 0xffff) << 5) | (2 << 21); in modify_imm64_const()
151 inst[3] = MOVK | dst | ((new_imm >> 48) << 5) | (3 << 21); in modify_imm64_const()
301 buf_ptr[1] = MOVK | dst | (((addr >> 16) & 0xffff) << 5) | (1 << 21); in sljit_generate_code()
303 buf_ptr[2] = MOVK | dst | (((addr >> 32) & 0xffff) << 5) | (2 << 21); in sljit_generate_code()
[all …]
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-basic-a64-undefined.txt13 # MOVK with sf == 0 and hw<1> == 1 is unallocated.
/external/v8/src/arm64/
Dconstants-arm64.h560 MOVK = 0x60000000, enumerator
565 MOVK_w = MoveWideImmediateFixed | MOVK,
566 MOVK_x = MoveWideImmediateFixed | MOVK | SixtyFourBits
Dassembler-arm64.h1449 MoveWide(rd, imm, shift, MOVK);
/external/vixl/src/aarch64/
Dconstants-aarch64.h596 MOVK = 0x60000000, enumerator
601 MOVK_w = MoveWideImmediateFixed | MOVK,
602 MOVK_x = MoveWideImmediateFixed | MOVK | SixtyFourBits
Dassembler-aarch64.h1203 MoveWide(rd, imm, shift, MOVK);
/external/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td129 // MOVN,MOVZ,MOVK
DAArch64InstrInfo.td442 defm MOVK : InsertImmediate<0b11, "movk">;
569 // Deal with the various forms of (ELF) large addressing with MOVZ/MOVK
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md798 ### MOVK ### subsection
/external/valgrind/none/tests/arm64/
Dinteger.stdout.exp332 MOVK