Searched defs:MOVN (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/none/tests/mips64/
H A Darithmetic_instruction.c12 MUL, MULT, MULTU, MOVN, enumerator in enum:__anon20714
258 case MOVN:
/external/pcre/dist/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,
/external/vixl/src/vixl/a64/
H A Dconstants-a64.h585 MOVN = 0x00000000, enumerator in enum:vixl::MoveWideImmediateOp
588 MOVN_w = MoveWideImmediateFixed | MOVN,
589 MOVN_x = MoveWideImmediateFixed | MOVN | SixtyFourBits,

Completed in 119 milliseconds