/external/valgrind/none/tests/mips64/ |
D | arithmetic_instruction.c | 13 MOVZ, SEB, SEH, SLT, enumerator 267 case MOVZ: in main()
|
D | move_instructions.stdout.exp-BE | 1129 --- MOVZ.S --- 1146 --- MOVZ.D ---
|
D | move_instructions.stdout.exp-LE | 1129 --- MOVZ.S --- 1146 --- MOVZ.D ---
|
/external/pcre/dist/sljit/ |
D | sljitNativeARM_64.c | 100 #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/lib/Target/AArch64/ |
D | AArch64Schedule.td | 21 def WriteImm : SchedWrite; // MOVN, MOVZ
|
D | AArch64SchedCyclone.td | 108 // MOVZ Rd, #0 128 // MOVN,MOVZ,MOVK
|
D | AArch64InstrInfo.td | 439 defm MOVZ : MoveImmediate<0b10, "movz">; 492 defm : movw_mov_alias<"MOVZ", MOVZWi, GPR32, 32, 0>; 493 defm : movw_mov_alias<"MOVZ", MOVZWi, GPR32, 32, 16>; 495 defm : movw_mov_alias<"MOVZ", MOVZXi, GPR64, 64, 0>; 496 defm : movw_mov_alias<"MOVZ", MOVZXi, GPR64, 64, 16>; 497 defm : movw_mov_alias<"MOVZ", MOVZXi, GPR64, 64, 32>; 498 defm : movw_mov_alias<"MOVZ", MOVZXi, GPR64, 64, 48>; 556 // Deal with the various forms of (ELF) large addressing with MOVZ/MOVK
|
/external/v8/src/arm64/ |
D | constants-arm64.h | 559 MOVZ = 0x40000000, enumerator 563 MOVZ_w = MoveWideImmediateFixed | MOVZ, 564 MOVZ_x = MoveWideImmediateFixed | MOVZ | SixtyFourBits,
|
D | assembler-arm64.h | 1416 MoveWide(rd, imm, shift, MOVZ);
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-movi.ll | 43 ; Tests for MOVZ with MOVK.
|
/external/v8/src/mips/ |
D | constants-mips.h | 409 MOVZ = ((1U << 3) + 2), enumerator 928 FunctionFieldToBitNumber(MOVZ) | FunctionFieldToBitNumber(MOVN) |
|
D | disasm-mips.cc | 1194 case MOVZ: in DecodeTypeRegisterSPECIAL()
|
D | assembler-mips.cc | 1999 GenInstrRegister(SPECIAL, rs, rt, rd, 0, MOVZ); in movz()
|
D | simulator-mips.cc | 3735 case MOVZ: in DecodeTypeRegisterSPECIAL()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 405 MOVZ = ((1U << 3) + 2), enumerator 985 FunctionFieldToBitNumber(MOVZ) | FunctionFieldToBitNumber(MOVN) |
|
D | disasm-mips64.cc | 1403 case MOVZ: in DecodeTypeRegisterSPECIAL()
|
D | assembler-mips64.cc | 2284 GenInstrRegister(SPECIAL, rs, rt, rd, 0, MOVZ); in movz()
|
D | simulator-mips64.cc | 3805 case MOVZ: in DecodeTypeRegisterSPECIAL()
|
/external/vixl/src/vixl/a64/ |
D | constants-a64.h | 586 MOVZ = 0x40000000, enumerator 590 MOVZ_w = MoveWideImmediateFixed | MOVZ, 591 MOVZ_x = MoveWideImmediateFixed | MOVZ | SixtyFourBits,
|
D | assembler-a64.h | 1950 MoveWide(rd, imm, shift, MOVZ);
|
/external/valgrind/none/tests/mips32/ |
D | MoveIns.stdout.exp-BE | 305 MOVZ.S 323 MOVZ.D
|
D | MIPS32int.stdout.exp-mips32-LE | 359 MOVZ
|
D | MIPS32int.stdout.exp-mips32-BE | 359 MOVZ
|
/external/vixl/doc/ |
D | supported-instructions.md | 812 ### MOVZ ### subsection
|
/external/valgrind/none/tests/arm64/ |
D | integer.stdout.exp | 322 MOVZ
|