Home
last modified time | relevance | path

Searched refs:ADCS (Results 1 – 8 of 8) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dcopy-cpsr.ll6 ; escape. However, for long ADCS chains (and last ditch fallback) the dependency
12 ; + We want 2 long ADCS chains
/external/llvm/test/CodeGen/AArch64/
Dnzcv-save.ll6 ; DAG ends up with two uses for the flags from an ADCS node, which means they
/external/llvm/test/MC/ARM/
Dthumb2-narrow-dp.ll487 ADCS r5, r2, r1 // Must be wide - 3 distinct registers
488 ADCS r5, r5, r1 // Should choose narrow
489 ADCS r3, r1, r3 // Should choose narrow - commutative
490 ADCS.W r2, r2, r1 // Explicitly wide
491 ADCS.W r3, r1, r3
493 ADCS r7, r7, r1 // Should use narrow
494 ADCS r7, r1, r7 // Commutative
495 ADCS r8, r1, r8 // high registers so must use wide encoding
496 ADCS r8, r8, r1
497 ADCS r5, r8, r5
[all …]
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h58 ADCS, enumerator
DAArch64ISelLowering.cpp854 case AArch64ISD::ADCS: return "AArch64ISD::ADCS"; in getTargetNodeName()
1745 Opc = AArch64ISD::ADCS; in LowerADDC_ADDE_SUBC_SUBE()
DAArch64InstrInfo.td182 def AArch64adc_flag : SDNode<"AArch64ISD::ADCS", SDTBinaryArithWithFlagsInOut>;
/external/pcre/dist/sljit/
DsljitNativeARM_T2_32.c88 #define ADCS 0x4140 macro
737 return push_inst16(compiler, ADCS | RD3(dst) | RN3(arg2)); in emit_op_imm()
/external/vixl/doc/
Dsupported-instructions.md21 ### ADCS ### subsection