Home
last modified time | relevance | path

Searched refs:CCode (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/bearssl/T0/
H A DWord.cs108 internal string CCode { property in Word
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2177 CCode = M68k::GetOppositeBranchCondition(CCode); in LowerSETCC()
2346 unsigned CCode; in LowerSELECT() local
2348 CC = DAG.getConstant(CCode, DL, MVT::i8); in LowerSELECT()
2510 unsigned CCode; in LowerBRCOND() local
2514 CCode = M68k::GetOppositeBranchCondition((M68k::CondCode)CCode); in LowerBRCOND()
2542 M68k::CondCode CCode = in LowerBRCOND() local
2544 CCode = M68k::GetOppositeBranchCondition(CCode); in LowerBRCOND()
2560 M68k::CondCode CCode = in LowerBRCOND() local
2562 CCode = M68k::GetOppositeBranchCondition(CCode); in LowerBRCOND()
2573 M68k::CondCode CCode = in LowerBRCOND() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp358 const MCExpr *CCode = MCConstantExpr::create(CondCode, getContext()); in parseJccInstruction() local
359 Operands.push_back(MSP430Operand::CreateImm(CCode, SMLoc(), SMLoc())); in parseJccInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1142 X86::CondCode ParseConditionCode(StringRef CCode);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp49427 X86::CondCode CCode = (X86::CondCode)Cond.getConstantOperandVal(0); in combineOr() local
49428 CCode = X86::GetOppositeBranchCondition(CCode); in combineOr()
49429 SDValue NotCond = getSETCC(CCode, Cond.getOperand(1), SDLoc(Cond), DAG); in combineOr()