Home
last modified time | relevance | path

Searched refs:MOVZ (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/test/MC/AArch64/
Darm64-aliases.s150 ; 0 can be encoded by MOVZ in multiple ways, only "lsl #0" is a MOV alias.
164 ; Similarly to MOVZ, -1 can be encoded in multiple ways, only one of which is
179 ; Two 32-bit immediates are encodable by both MOVN and MOVZ, make sure the MOV
180 ; corresponds to the MOVZ version.
196 ; overlaps with MOVZ or MOVN if the repeat-width is the whole register. In
197 ; both cases MOVZ/MOVN are preferred.
/external/valgrind/none/tests/mips64/
Darithmetic_instruction.c13 MOVZ, SEB, SEH, SLT, enumerator
267 case MOVZ: in main()
Dmove_instructions.stdout.exp-BE1129 --- MOVZ.S ---
1146 --- MOVZ.D ---
Dmove_instructions.stdout.exp-LE1129 --- MOVZ.S ---
1146 --- MOVZ.D ---
/external/pcre/dist2/src/sljit/
DsljitNativeARM_64.c100 #define MOVZ 0xd2800000 macro
138 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((imm & 0xffff) << 5))); in emit_imm64_const()
147 SLJIT_ASSERT((inst[0] & 0xffe00000) == MOVZ && (inst[1] & 0xffe00000) == (MOVK | (1 << 21))); in modify_imm64_const()
148 inst[0] = MOVZ | dst | ((new_imm & 0xffff) << 5); in modify_imm64_const()
300 buf_ptr[0] = MOVZ | dst | ((addr & 0xffff) << 5); in sljit_generate_code()
420 return push_inst(compiler, MOVZ | RD(dst) | (imm << 5)); in load_immediate()
441 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((imm & 0xffff) << 5))); in load_immediate()
490 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((simm & 0xffff) << 5) | (i << 21))); in load_immediate()
/external/llvm/test/CodeGen/AArch64/
Darm64-movi.ll43 ; Tests for MOVZ with MOVK.
/external/llvm/lib/Target/AArch64/
DAArch64Schedule.td21 def WriteImm : SchedWrite; // MOVN, MOVZ
DAArch64SchedCyclone.td109 // MOVZ Rd, #0
129 // MOVN,MOVZ,MOVK
DAArch64InstrInfo.td446 defm MOVZ : MoveImmediate<0b10, "movz">;
499 defm : movw_mov_alias<"MOVZ", MOVZWi, GPR32, 32, 0>;
500 defm : movw_mov_alias<"MOVZ", MOVZWi, GPR32, 32, 16>;
502 defm : movw_mov_alias<"MOVZ", MOVZXi, GPR64, 64, 0>;
503 defm : movw_mov_alias<"MOVZ", MOVZXi, GPR64, 64, 16>;
504 defm : movw_mov_alias<"MOVZ", MOVZXi, GPR64, 64, 32>;
505 defm : movw_mov_alias<"MOVZ", MOVZXi, GPR64, 64, 48>;
569 // Deal with the various forms of (ELF) large addressing with MOVZ/MOVK
/external/v8/src/arm64/
Dconstants-arm64.h559 MOVZ = 0x40000000, enumerator
563 MOVZ_w = MoveWideImmediateFixed | MOVZ,
564 MOVZ_x = MoveWideImmediateFixed | MOVZ | SixtyFourBits,
Dassembler-arm64.h1461 MoveWide(rd, imm, shift, MOVZ);
/external/v8/src/mips/
Dconstants-mips.h422 MOVZ = ((1U << 3) + 2), enumerator
942 FunctionFieldToBitNumber(MOVZ) | FunctionFieldToBitNumber(MOVN) |
Ddisasm-mips.cc1213 case MOVZ: in DecodeTypeRegisterSPECIAL()
Dassembler-mips.cc2105 GenInstrRegister(SPECIAL, rs, rt, rd, 0, MOVZ); in movz()
Dsimulator-mips.cc3808 case MOVZ: in DecodeTypeRegisterSPECIAL()
/external/v8/src/mips64/
Dconstants-mips64.h405 MOVZ = ((1U << 3) + 2), enumerator
987 FunctionFieldToBitNumber(MOVZ) | FunctionFieldToBitNumber(MOVN) |
Ddisasm-mips64.cc1416 case MOVZ: in DecodeTypeRegisterSPECIAL()
Dassembler-mips64.cc2325 GenInstrRegister(SPECIAL, rs, rt, rd, 0, MOVZ); in movz()
Dsimulator-mips64.cc3901 case MOVZ: in DecodeTypeRegisterSPECIAL()
/external/vixl/src/aarch64/
Dconstants-aarch64.h595 MOVZ = 0x40000000, enumerator
599 MOVZ_w = MoveWideImmediateFixed | MOVZ,
600 MOVZ_x = MoveWideImmediateFixed | MOVZ | SixtyFourBits,
Dassembler-aarch64.h1213 MoveWide(rd, imm, shift, MOVZ);
/external/valgrind/none/tests/mips32/
DMoveIns.stdout.exp-BE305 MOVZ.S
323 MOVZ.D
DMIPS32int.stdout.exp-mips32-LE359 MOVZ
DMIPS32int.stdout.exp-mips32-BE359 MOVZ
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md812 ### MOVZ ### subsection

12