Searched refs:ADCS (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | copy-cpsr.ll | 6 ; escape. However, for long ADCS chains (and last ditch fallback) the dependency 12 ; + We want 2 long ADCS chains
|
/external/llvm/test/CodeGen/AArch64/ |
D | nzcv-save.ll | 6 ; DAG ends up with two uses for the flags from an ADCS node, which means they
|
/external/llvm/test/MC/ARM/ |
D | thumb2-narrow-dp.ll | 487 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/ |
D | AArch64ISelLowering.h | 58 ADCS, enumerator
|
D | AArch64ISelLowering.cpp | 854 case AArch64ISD::ADCS: return "AArch64ISD::ADCS"; in getTargetNodeName() 1745 Opc = AArch64ISD::ADCS; in LowerADDC_ADDE_SUBC_SUBE()
|
D | AArch64InstrInfo.td | 182 def AArch64adc_flag : SDNode<"AArch64ISD::ADCS", SDTBinaryArithWithFlagsInOut>;
|
/external/pcre/dist/sljit/ |
D | sljitNativeARM_T2_32.c | 88 #define ADCS 0x4140 macro 737 return push_inst16(compiler, ADCS | RD3(dst) | RN3(arg2)); in emit_op_imm()
|
/external/vixl/doc/ |
D | supported-instructions.md | 21 ### ADCS ### subsection
|