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

  /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 240 /* 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 240 /* 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...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
arm64.s 194 // MOVK
200 MOVK $1, R1
arm64enc.s 247 MOVK $(3905<<32), R21 // MOVK $16771847290880, R21 // 35e8c1f2
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
arm64.s 194 // MOVK
200 MOVK $1, R1
arm64enc.s 247 MOVK $(3905<<32), R21 // MOVK $16771847290880, R21 // 35e8c1f2
  /external/vixl/src/aarch64/
constants-aarch64.h 600 MOVK = 0x60000000,
605 MOVK_w = MoveWideImmediateFixed | MOVK,
606 MOVK_x = MoveWideImmediateFixed | MOVK | SixtyFourBits
    [all...]
assembler-aarch64.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 220 MOVK
689 MOVK: "MOVK",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 220 MOVK
689 MOVK: "MOVK",
    [all...]
  /external/valgrind/none/tests/arm64/
integer.stdout.exp     [all...]

Completed in 1492 milliseconds