Home
last modified time | relevance | path

Searched refs:SBC (Results 1 – 22 of 22) sorted by relevance

/openbsd/usr.bin/file/magdir/
H A Darchive398 # SBC
399 0 string SBC SBC archive data
/openbsd/sys/arch/hppa/hppa/
H A Ddb_disasm.c185 #define SBC 0xC macro
1496 case SBC: return(",sbc");
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedTSV110.td373 def : InstRW<[TSV110Wr_1cyc_1ALUAB], (instregex "^(ADC|SBC|BIC)[WX]r$")>;
374 def : InstRW<[TSV110Wr_1cyc_1AB], (instregex "^(ADC|SBC)S[WX]r$")>;
H A DAArch64SchedAmpere1.td937 (instregex "ADC(W|X)r", "SBC(W|X)r")>;
943 (instregex "(ADC|SBC)S(W|X)r")>;
H A DAArch64SchedExynosM5.td635 def : InstRW<[M5WriteA1W], (instregex "^(ADC|SBC)S?Wr$")>;
636 def : InstRW<[M5WriteA1X], (instregex "^(ADC|SBC)S?Xr$")>;
H A DAArch64SchedThunderX2T99.td432 "SUBS?(W|X)r(i|r|s|x)", "SBC(W|X)r",
454 "SUBS?(W|X)r(i|r|s|x)", "SBC(W|X)r",
473 "SUBS?(W|X)r(i|r|s|x)", "SBC(W|X)r",
H A DAArch64SchedThunderX3T110.td692 "SUBS?(W|X)r(i|r|s|x)", "SBC(W|X)r",
714 "SUBS?(W|X)r(i|r|s|x)", "SBC(W|X)r",
733 "SUBS?(W|X)r(i|r|s|x)", "SBC(W|X)r",
H A DAArch64ISelLowering.h91 SBC, // adc, sbc instructions enumerator
H A DAArch64SchedA64FX.td609 "SUBS?(W|X)r(i|r|s|x)", "SBC(W|X)r",
629 "SUBS?(W|X)r(i|r|s|x)", "SBC(W|X)r",
646 "SUBS?(W|X)r(i|r|s|x)", "SBC(W|X)r",
H A DAArch64SchedCyclone.td144 // ADC(S),SBC(S)
H A DAArch64SchedFalkorDetails.td902 def : InstRW<[FalkorWr_1XYZ_1cyc], (instregex "^SBC(S)?(W|X)r$")>;
H A DAArch64ISelLowering.cpp2350 MAKE_CASE(AArch64ISD::SBC) in getTargetNodeName()
21411 case AArch64ISD::SBC: in PerformDAGCombine()
21420 return performFlagSettingCombine(N, DCI, AArch64ISD::SBC); in PerformDAGCombine()
H A DAArch64InstrInfo.td612 def AArch64sbc : SDNode<"AArch64ISD::SBC", SDTBinaryArithWithFlagsIn>;
1762 defm SBC : AddSubCarry<1, "sbc", "sbcs", AArch64sbc, AArch64sbc_flag>;
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp2284 auto SBC = in expand() local
2291 SBC->getOperand(3).setIsDead(); in expand()
2294 SBC->getOperand(4).setIsKill(); in expand()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMScheduleM7.td326 (instregex "t2(ADC|ADDS|ADD|BIC|EOR|ORN|ORR|RSBS|RSB|SBC|SUBS)rs$",
H A DARMScheduleSwift.td129 // ADC,ADD,NEG,RSB,RSC,SBC,SUB,ADR
H A DARMScheduleA57.td171 // RSB{S}, RSC{S}, SUB{S}, SBC{S}, TEQ, TST
H A DARMInstrThumb2.td4851 // Aliases for SBC without the ".w" optional width specifier.
H A DARMInstrInfo.td3867 defm SBC : AI1_adde_sube_irs<0b0110, "sbc", ARMsube>;
/openbsd/gnu/llvm/llvm/lib/Target/ARC/
H A DARCInstrInfo.td312 defm SBC : ArcBinaryGEN4Inst<0b000011, "sbc">;
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-92952728 (OPCODE_{AND,EOR,SUB,RSB,ADD,ADC,SBC,RSC,TST,TEQ,CMP,CMN,ORR,MOV,BIC,
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-92952728 (OPCODE_{AND,EOR,SUB,RSB,ADD,ADC,SBC,RSC,TST,TEQ,CMP,CMN,ORR,MOV,BIC,