Home
last modified time | relevance | path

Searched refs:MOVN (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/test/CodeGen/AArch64/
Dmovw-consts.ll52 ; A 32-bit MOVN can generate some 64-bit patterns that a 64-bit one
121 ; Mustn't MOVN w0 here.
Darm64-movi.ll76 ; Tests for MOVN with MOVK.
/external/valgrind/none/tests/mips64/
Darithmetic_instruction.c12 MUL, MULT, MULTU, MOVN, enumerator
258 case MOVN: in main()
Dmove_instructions.stdout.exp-BE1059 --- MOVN.S ---
1076 --- MOVN.D ---
Dmove_instructions.stdout.exp-LE1059 --- MOVN.S ---
1076 --- MOVN.D ---
/external/v8/src/mips/
Dconstants-mips.cc253 case MOVN: in InstructionType()
Dconstants-mips.h383 MOVN = ((1 << 3) + 3), enumerator
Ddisasm-mips.cc795 case MOVN: in DecodeTypeRegister()
Dsimulator-mips.cc2073 case MOVN: in ConfigureTypeRegister()
2621 case MOVN: in DecodeTypeRegister()
Dassembler-mips.cc1903 GenInstrRegister(SPECIAL, rs, rt, rd, 0, MOVN); in movn()
/external/v8/src/mips64/
Dconstants-mips64.cc270 case MOVN: in InstructionType()
Dconstants-mips64.h360 MOVN = ((1 << 3) + 3), enumerator
Ddisasm-mips64.cc922 case MOVN: in DecodeTypeRegister()
Dsimulator-mips64.cc2196 case MOVN: in ConfigureTypeRegister()
2739 case MOVN: in DecodeTypeRegister()
Dassembler-mips64.cc2098 GenInstrRegister(SPECIAL, rs, rt, rd, 0, MOVN); in movn()
/external/llvm/lib/Target/AArch64/
DAArch64Schedule.td21 def WriteImm : SchedWrite; // MOVN, MOVZ
DAArch64SchedCyclone.td128 // MOVN,MOVZ,MOVK
DAArch64InstrInfo.td405 defm MOVN : MoveImmediate<0b00, "movn">;
469 defm : movw_mov_alias<"MOVN", MOVNWi, GPR32, 32, 0>;
470 defm : movw_mov_alias<"MOVN", MOVNWi, GPR32, 32, 16>;
472 defm : movw_mov_alias<"MOVN", MOVNXi, GPR64, 64, 0>;
473 defm : movw_mov_alias<"MOVN", MOVNXi, GPR64, 64, 16>;
474 defm : movw_mov_alias<"MOVN", MOVNXi, GPR64, 64, 32>;
475 defm : movw_mov_alias<"MOVN", MOVNXi, GPR64, 64, 48>;
/external/v8/src/arm64/
Dconstants-arm64.h561 MOVN = 0x00000000, enumerator
564 MOVN_w = MoveWideImmediateFixed | MOVN,
565 MOVN_x = MoveWideImmediateFixed | MOVN | SixtyFourBits,
Dassembler-arm64.h1523 MoveWide(rd, imm, shift, MOVN);
/external/pcre/dist/sljit/
DsljitNativeARM_64.c100 #define MOVN 0x92800000 macro
424 return push_inst(compiler, MOVN | RD(dst) | ((~imm & 0xffff) << 5)); in load_immediate()
428 return push_inst(compiler, (MOVN ^ W_OP) | RD(dst) | ((~imm & 0xffff) << 5)); in load_immediate()
430 …return push_inst(compiler, (MOVN ^ W_OP) | RD(dst) | ((~imm & 0xffff0000l) >> (16 - 5)) | (1 << 21… in load_immediate()
447 FAIL_IF(push_inst(compiler, MOVN | RD(dst) | ((~imm & 0xffff) << 5))); in load_immediate()
475 FAIL_IF(push_inst(compiler, MOVN | RD(dst) | ((simm & 0xffff) << 5) | (i << 21))); in load_immediate()
/external/vixl/src/vixl/a64/
Dconstants-a64.h585 MOVN = 0x00000000, enumerator
588 MOVN_w = MoveWideImmediateFixed | MOVN,
589 MOVN_x = MoveWideImmediateFixed | MOVN | SixtyFourBits,
Dassembler-a64.h1864 MoveWide(rd, imm, shift, MOVN);
/external/valgrind/none/tests/mips32/
DMoveIns.stdout.exp-BE192 MOVN.S
209 MOVN.D
/external/vixl/doc/
Dsupported-instructions.md805 ### MOVN ### subsection

12