HomeSort by relevance Sort by last modified time
    Searched refs:MOVK (Results 1 - 12 of 12) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
arm64.s 71 // MOVK
77 MOVK $1, R1
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
arm64.s 71 // MOVK
77 MOVK $1, R1
  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 98 #define MOVK 0xf2800000
139 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 16) & 0xffff) << 5) | (1 << 21)));
140 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 32) & 0xffff) << 5) | (2 << 21)));
141 return push_inst(compiler, MOVK | RD(dst) | ((imm >> 48) << 5) | (3 << 21));
147 SLJIT_ASSERT((inst[0] & 0xffe00000) == MOVZ && (inst[1] & 0xffe00000) == (MOVK | (1 << 21)));
149 inst[1] = MOVK | dst | (((new_imm >> 16) & 0xffff) << 5) | (1 << 21);
150 inst[2] = MOVK | dst | (((new_imm >> 32) & 0xffff) << 5) | (2 << 21);
151 inst[3] = MOVK | dst | ((new_imm >> 48) << 5) | (3 << 21);
301 buf_ptr[1] = MOVK | dst | (((addr >> 16) & 0xffff) << 5) | (1 << 21);
303 buf_ptr[2] = MOVK | dst | (((addr >> 32) & 0xffff) << 5) | (2 << 21)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 124 "MOVK",
asm7.go 217 /* MOVs that become MOVK/MOVN/MOVZ/ADD/SUB/OR */
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 124 "MOVK",
asm7.go 217 /* MOVs that become MOVK/MOVN/MOVZ/ADD/SUB/OR */
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 560 MOVK = 0x60000000,
565 MOVK_w = MoveWideImmediateFixed | MOVK,
566 MOVK_x = MoveWideImmediateFixed | MOVK | SixtyFourBits
    [all...]
assembler-arm64.h 847 // movk temp, #(target & 0x00000000ffff0000)
848 // movk temp, #(target & 0x0000ffff00000000)
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 596 MOVK = 0x60000000,
601 MOVK_w = MoveWideImmediateFixed | MOVK,
602 MOVK_x = MoveWideImmediateFixed | MOVK | SixtyFourBits
    [all...]
assembler-aarch64.h     [all...]
  /external/valgrind/none/tests/arm64/
integer.stdout.exp     [all...]

Completed in 421 milliseconds