Home
last modified time | relevance | path

Searched refs:MADD (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/test/CodeGen/AArch64/
Darm64-misched-basic-A53.ll5 ; The Cortex-A53 machine model will cause the MADD instruction to be scheduled
7 ; specifying a subtarget, the MADD will remain near the end of the block.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-misched-basic-A53.ll5 ; The Cortex-A53 machine model will cause the MADD instruction to be scheduled
7 ; specifying a subtarget, the MADD will remain near the end of the block.
/external/pcre/dist2/src/sljit/
DsljitNativeARM_64.c104 #define MADD 0x9b000000 macro
763 return push_inst(compiler, (MADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2) | RT2(TMP_ZERO)); in emit_op_imm()
770 FAIL_IF(push_inst(compiler, MADD | RD(dst) | RN(arg1) | RM(arg2) | RT2(TMP_ZERO))); in emit_op_imm()
1097 FAIL_IF(push_inst(compiler, MADD | RD(SLJIT_R0) | RN(SLJIT_R0) | RM(SLJIT_R1) | RT2(TMP_ZERO))); in sljit_emit_op0()
1103 …FAIL_IF(push_inst(compiler, (MADD ^ inv_bits) | RD(SLJIT_R1) | RN(SLJIT_R0) | RM(SLJIT_R1) | RT2(T… in sljit_emit_op0()
/external/v8/src/compiler/mips/
Dinstruction-scheduler-mips.cc305 MADD = 4, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.td807 // MADD*/MSUB*
808 def MADD : MArithR<0, "madd", MipsMAdd, 1>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DP9InstrResources.td403 (instregex "MADD(HD|HDU|LD)$"),
477 (instregex "F(N)?MADD(S)?o$"),
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenMCPseudoLowering.inc635 TmpInst.setOpcode(Mips::MADD);
DMipsGenMCCodeEmitter.inc1747 UINT64_C(1879048192), // MADD
5182 case Mips::MADD:
9473 …_HasMips32 | Feature_NotMips32r6 | Feature_NotMips64r6 | Feature_NotInMicroMips | 0, // MADD = 1734
DMipsGenAsmWriter.inc2962 20512U, // MADD
5593 0U, // MADD
DMipsGenInstrInfo.inc1749 MADD = 1734,
5794 …Effects), 0x1ULL, ImplicitList6, ImplicitList6, OperandInfo31, -1 ,nullptr }, // Inst #1734 = MADD
10170 { Mips::MADD, Mips::MADD, Mips::MADD_MM },
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsScheduleP5600.td188 def : InstRW<[P5600WriteAL2MAdd], (instrs MADD, MADDU, MSUB, MSUBU,
DMipsInstrInfo.td2375 // MADD*/MSUB*
2376 def MADD : MMRel, MArithR<"madd", II_MADD, 1>, MULT_FM<0x1c, 0>,
2394 def PseudoMADD : MAddSubPseudo<MADD, MipsMAdd, II_MADD>,
/external/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td189 // MUL/MNEG are aliases for MADD/MSUB.
DAArch64InstrInfo.td718 defm MADD : MulAccum<0, "madd", add>;
DAArch64InstrFormats.td1449 // MADD/MSUB generation is decided by MachineCombiner.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td191 // MUL/MNEG are aliases for MADD/MSUB.
DAArch64InstrInfo.td917 defm MADD : MulAccum<0, "madd", add>;
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td2008 // MADD*/MSUB*
2009 def MADD : MMRel, MArithR<"madd", II_MADD, 1>, MULT_FM<0x1c, 0>,
2026 def PseudoMADD : MAddSubPseudo<MADD, MipsMAdd, II_MADD>,
/external/v8/src/arm64/
Dconstants-arm64.h1080 MADD = MADD_w, enumerator
Dassembler-arm64.cc1451 DataProcessing3Source(rd, rn, rm, zr, MADD); in mul()
1460 DataProcessing3Source(rd, rn, rm, ra, MADD); in madd()
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc1005 20034U, // MADD
2719 0U, // MADD
4859 // DEXT, DEXTM, DEXTU, DINS, DINSM, DINSU, EXT, EXT_MM, INS, INS_MM, MADD...
DMipsGenDisassemblerTables.inc1266 /* 3571 */ MCD_OPC_Decode, 220, 7, 24, // Opcode: MADD
/external/vixl/src/aarch64/
Dconstants-aarch64.h1253 MADD = MADD_w, enumerator
Dassembler-aarch64.cc881 DataProcessing3Source(rd, rn, rm, AppropriateZeroRegFor(rd), MADD); in mul()
889 DataProcessing3Source(rd, rn, rm, ra, MADD); in madd()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md763 ### MADD ### subsection

12