Searched refs:MOVK (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-movi.ll | 43 ; Tests for MOVZ with MOVK. 76 ; Tests for MOVN with MOVK. 93 ; Tests for ORR with MOVK.
|
/external/pcre/dist/sljit/ |
D | sljitNativeARM_64.c | 99 #define MOVK 0xf2800000 macro 140 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 16) & 0xffff) << 5) | (1 << 21))); in emit_imm64_const() 141 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 32) & 0xffff) << 5) | (2 << 21))); in emit_imm64_const() 142 return push_inst(compiler, MOVK | RD(dst) | ((imm >> 48) << 5) | (3 << 21)); in emit_imm64_const() 148 SLJIT_ASSERT((inst[0] & 0xffe00000) == MOVZ && (inst[1] & 0xffe00000) == (MOVK | (1 << 21))); in modify_imm64_const() 150 inst[1] = MOVK | dst | (((new_imm >> 16) & 0xffff) << 5) | (1 << 21); in modify_imm64_const() 151 inst[2] = MOVK | dst | (((new_imm >> 32) & 0xffff) << 5) | (2 << 21); in modify_imm64_const() 152 inst[3] = MOVK | dst | ((new_imm >> 48) << 5) | (3 << 21); in modify_imm64_const() 302 buf_ptr[1] = MOVK | dst | (((addr >> 16) & 0xffff) << 5) | (1 << 21); in sljit_generate_code() 304 buf_ptr[2] = MOVK | dst | (((addr >> 32) & 0xffff) << 5) | (2 << 21); in sljit_generate_code() [all …]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-basic-a64-undefined.txt | 13 # MOVK with sf == 0 and hw<1> == 1 is unallocated.
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 563 MOVK = 0x60000000, enumerator 568 MOVK_w = MoveWideImmediateFixed | MOVK, 569 MOVK_x = MoveWideImmediateFixed | MOVK | SixtyFourBits
|
D | assembler-arm64.h | 1518 MoveWide(rd, imm, shift, MOVK);
|
/external/vixl/src/vixl/a64/ |
D | constants-a64.h | 587 MOVK = 0x60000000, enumerator 592 MOVK_w = MoveWideImmediateFixed | MOVK, 593 MOVK_x = MoveWideImmediateFixed | MOVK | SixtyFourBits
|
D | assembler-a64.h | 1859 MoveWide(rd, imm, shift, MOVK);
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 128 // MOVN,MOVZ,MOVK
|
D | AArch64InstrInfo.td | 404 defm MOVK : InsertImmediate<0b11, "movk">; 525 // Deal with the various forms of (ELF) large addressing with MOVZ/MOVK
|
/external/vixl/doc/ |
D | supported-instructions.md | 798 ### MOVK ### subsection
|
/external/valgrind/none/tests/arm64/ |
D | integer.stdout.exp | 332 MOVK
|