Searched refs:MOVK (Results 1 – 15 of 15) 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/dist2/src/sljit/ |
D | sljitNativeARM_64.c | 105 #define MOVK 0xf2800000 macro 149 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 16) & 0xffff) << 5) | (1 << 21))); in emit_imm64_const() 150 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 32) & 0xffff) << 5) | (2 << 21))); in emit_imm64_const() 151 return push_inst(compiler, MOVK | RD(dst) | ((imm >> 48) << 5) | (3 << 21)); in emit_imm64_const() 157 SLJIT_ASSERT((inst[0] & 0xffe00000) == MOVZ && (inst[1] & 0xffe00000) == (MOVK | (1 << 21))); in modify_imm64_const() 159 inst[1] = MOVK | dst | (((new_imm >> 16) & 0xffff) << 5) | (1 << 21); in modify_imm64_const() 160 inst[2] = MOVK | dst | (((new_imm >> 32) & 0xffff) << 5) | (2 << 21); in modify_imm64_const() 161 inst[3] = MOVK | dst | ((new_imm >> 48) << 5) | (3 << 21); in modify_imm64_const() 317 buf_ptr[1] = MOVK | dst | (((addr >> 16) & 0xffff) << 5) | (1 << 21); in sljit_generate_code() 319 buf_ptr[2] = MOVK | dst | (((addr >> 32) & 0xffff) << 5) | (2 << 21); in sljit_generate_code() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-movi.ll | 74 ; Tests for MOVZ with MOVK. 149 ; Tests for MOVN with MOVK. 170 ; Tests for ORR with MOVK.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-basic-a64-undefined.txt | 13 # MOVK with sf == 0 and hw<1> == 1 is unallocated.
|
/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 | 642 MOVK = 0x60000000, enumerator 647 MOVK_w = MoveWideImmediateFixed | MOVK, 648 MOVK_x = MoveWideImmediateFixed | MOVK | SixtyFourBits
|
D | assembler-arm64.h | 1685 MoveWide(rd, imm, shift, MOVK);
|
/external/vixl/src/aarch64/ |
D | constants-aarch64.h | 607 MOVK = 0x60000000, enumerator 612 MOVK_w = MoveWideImmediateFixed | MOVK, 613 MOVK_x = MoveWideImmediateFixed | MOVK | SixtyFourBits
|
D | assembler-aarch64.h | 2072 MoveWide(rd, imm, shift, MOVK);
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 129 // MOVN,MOVZ,MOVK
|
D | AArch64InstrInfo.td | 442 defm MOVK : InsertImmediate<0b11, "movk">; 569 // Deal with the various forms of (ELF) large addressing with MOVZ/MOVK
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedCyclone.td | 131 // MOVN,MOVZ,MOVK
|
D | AArch64SchedFalkorDetails.td | 1233 def : InstRW<[FalkorWr_1XYZ_0cyc], (instregex "^MOVK(W|X)i$")>; // imm fwd
|
D | AArch64InstrInfo.td | 638 defm MOVK : InsertImmediate<0b11, "movk">; 768 // Deal with the various forms of (ELF) large addressing with MOVZ/MOVK
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 787 ### MOVK ### subsection
|