Searched refs:MOVN (Results 1 - 15 of 15) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Darm64-aliases.s179 ; Two 32-bit immediates are encodable by both MOVN and MOVZ, make sure the MOV
196 ; overlaps with MOVZ or MOVN if the repeat-width is the whole register. In
197 ; both cases MOVZ/MOVN are preferred.
222 ; 0xffff is interesting because there are exceptions in the MOVN rules for
/external/valgrind/none/tests/mips64/
H A Darithmetic_instruction.c12 MUL, MULT, MULTU, MOVN, enumerator in enum:__anon29705
258 case MOVN:
/external/pcre/dist2/src/sljit/
H A DsljitNativeARM_64.c99 #define MOVN 0x92800000 macro
423 return push_inst(compiler, MOVN | RD(dst) | ((~imm & 0xffff) << 5));
427 return push_inst(compiler, (MOVN ^ W_OP) | RD(dst) | ((~imm & 0xffff) << 5));
429 return push_inst(compiler, (MOVN ^ W_OP) | RD(dst) | ((~imm & 0xffff0000l) >> (16 - 5)) | (1 << 21));
446 FAIL_IF(push_inst(compiler, MOVN | RD(dst) | ((~imm & 0xffff) << 5)));
474 FAIL_IF(push_inst(compiler, MOVN | RD(dst) | ((simm & 0xffff) << 5) | (i << 21)));
/external/v8/src/arm64/
H A Dconstants-arm64.h558 MOVN = 0x00000000, enumerator in enum:v8::internal::MoveWideImmediateOp
561 MOVN_w = MoveWideImmediateFixed | MOVN,
562 MOVN_x = MoveWideImmediateFixed | MOVN | SixtyFourBits,
H A Dassembler-arm64.h1454 MoveWide(rd, imm, shift, MOVN);
/external/v8/src/mips/
H A Dconstants-mips.h423 MOVN = ((1U << 3) + 3),
942 FunctionFieldToBitNumber(MOVZ) | FunctionFieldToBitNumber(MOVN) |
H A Dassembler-mips.cc2128 GenInstrRegister(SPECIAL, rs, rt, rd, 0, MOVN);
H A Dsimulator-mips.cc3937 case MOVN:
/external/v8/src/mips64/
H A Dconstants-mips64.h406 MOVN = ((1U << 3) + 3),
987 FunctionFieldToBitNumber(MOVZ) | FunctionFieldToBitNumber(MOVN) |
H A Dassembler-mips64.cc2380 GenInstrRegister(SPECIAL, rs, rt, rd, 0, MOVN);
H A Dsimulator-mips64.cc3978 case MOVN:
/external/vixl/src/aarch64/
H A Dconstants-aarch64.h598 MOVN = 0x00000000, enumerator in enum:vixl::aarch64::MoveWideImmediateOp
601 MOVN_w = MoveWideImmediateFixed | MOVN,
602 MOVN_x = MoveWideImmediateFixed | MOVN | SixtyFourBits,
H A Dassembler-aarch64.h1209 MoveWide(rd, imm, shift, MOVN);
/external/valgrind/none/tests/mips32/
H A DMoveIns.stdout.exp192 MOVN.S
209 MOVN.D
/external/valgrind/none/tests/arm64/
H A Dinteger.stdout.exp327 MOVN

Completed in 484 milliseconds