Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp311 unsigned LL, SC, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOpSubword() local
322 MOVN = Mips::MOVN_I_MM; in expandAtomicBinOpSubword()
334 MOVN = Mips::MOVN_I_I; in expandAtomicBinOpSubword()
460 unsigned MOVIncr = IsMax ? MOVN : MOVZ; in expandAtomicBinOpSubword()
586 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; in expandAtomicBinOp() local
596 MOVN = Mips::MOVN_I_MM; in expandAtomicBinOp()
611 MOVN = Mips::MOVN_I_I; in expandAtomicBinOp()
626 MOVN = Mips::MOVN_I64_I64; in expandAtomicBinOp()
746 unsigned MOVIncr = IsMax ? MOVN : MOVZ; in expandAtomicBinOp()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c111 #define MOVN 0x92800000 macro
518 return push_inst(compiler, MOVN | RD(dst) | (((sljit_ins)~imm & 0xffff) << 5)); in load_immediate()
524 return push_inst(compiler, (MOVN ^ W_OP) | RD(dst) | (((sljit_ins)~imm & 0xffff) << 5)); in load_immediate()
526 return push_inst(compiler, (MOVN ^ W_OP) | RD(dst) | (((sljit_ins)~imm & 0xffff0000u) >> (16 - 5)) | (1 << 21)); in load_immediate()
542 return push_inst(compiler, MOVN | RD(dst) | (((sljit_ins)~imm & 0xffff0000u) >> (16 - 5)) | (1 << 21)); in load_immediate()
544 FAIL_IF(push_inst(compiler, MOVN | RD(dst) | (((sljit_ins)~imm & 0xffff) << 5))); in load_immediate()
571 FAIL_IF(push_inst(compiler, MOVN | RD(dst) | (((sljit_ins)simm & 0xffff) << 5) | (i << 21))); in load_immediate()
H A DsljitNativeMIPS_common.c292 #define MOVN (HI(0) | LO(11)) macro
3318 ins = MOVN | TA(EQUAL_FLAG); in sljit_emit_cmov()
3325 ins = MOVN | TA(OTHER_FLAG); in sljit_emit_cmov()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h656 MOVN = 0x00000000,
659 MOVN_w = MoveWideImmediateFixed | MOVN,
660 MOVN_x = MoveWideImmediateFixed | MOVN | SixtyFourBits,
H A Dassembler-arm64.h899 MoveWide(rd, imm, shift, MOVN);
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h518 MOVN = ((1U << 3) + 3),
1356 FunctionFieldToBitNumber(MOVZ) | FunctionFieldToBitNumber(MOVN) |
H A Dassembler-mips64.cc2457 GenInstrRegister(SPECIAL, rs, rt, rd, 0, MOVN); in movn()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h521 MOVN = ((1U << 3) + 3),
1294 FunctionFieldToBitNumber(MOVZ) | FunctionFieldToBitNumber(MOVN) |
H A Dassembler-mips.cc2318 GenInstrRegister(SPECIAL, rs, rt, rd, 0, MOVN); in movn()
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h808 MOVN = 0x00000000, enumerator
811 MOVN_w = MoveWideImmediateFixed | MOVN,
812 MOVN_x = MoveWideImmediateFixed | MOVN | SixtyFourBits,
H A Dassembler-aarch64.h2126 MoveWide(rd, imm, shift, MOVN);
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc4167 case MOVN: in DecodeTypeRegisterSPECIAL()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc4067 case MOVN: in DecodeTypeRegisterSPECIAL()

Completed in 70 milliseconds