Searched refs:C3 (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp181 Sparc::C0, Sparc::C1, Sparc::C2, Sparc::C3,
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-arm.c14871 #define C3(mnem, op, nops, ops, ae) \
15028 C3(adrl, 28f0000, 2, (RR, EXP), adrl),
15076 C3(rscs, 0f00000, 3, (RR, oRR, SH), arit),
15078 C3(stmib, 9800000, 2, (RRw, REGLST), ldmstm),
15079 C3(stmfa, 9800000, 2, (RRw, REGLST), ldmstm),
15080 C3(stmda, 8000000, 2, (RRw, REGLST), ldmstm),
15081 C3(stmed, 8000000, 2, (RRw, REGLST), ldmstm),
15082 C3(ldmib, 9900000, 2, (RRw, REGLST), ldmstm),
15083 C3(ldmed, 9900000, 2, (RRw, REGLST), ldmstm),
15084 C3(ldmd
14859 #define C3 macro
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12124 uint32_t C3 = countLeadingZeros(C1); local
12125 if (C2 < C3) {
12127 DAG.getConstant(C3 - C2, DL, MVT::i32));
12129 DAG.getConstant(C3, DL, MVT::i32));
12135 uint32_t C3 = countTrailingZeros(C1); local
12136 if (C2 < C3) {
12138 DAG.getConstant(C3 - C2, DL, MVT::i32));
12140 DAG.getConstant(C3, DL, MVT::i32));
12148 uint32_t C3 = countLeadingZeros(C1); local
12149 if (Trailing == C2 && C2 + C3 < 3
12161 uint32_t C3 = countTrailingZeros(C1); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1754 SDValue C3 = DAG.getSelectCC(DL, Sub1_Hi, RHS_Hi, C2, C1, ISD::SETEQ); local
1760 // if C3 != 0 ...
1791 // endif C3
1794 SDValue Div = DAG.getSelectCC(DL, C3, Zero, Sel1, Mulhi3, ISD::SETNE);
1797 SDValue Rem = DAG.getSelectCC(DL, C3, Zero, Sel2, Sub1, ISD::SETNE);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3561 SDValue C3 = DAG.getNode(ISD::SHL, SDLoc(N), VT, N1, N0.getOperand(1));
3562 if (isConstantOrConstantVector(C3))
3563 return DAG.getNode(ISD::MUL, SDLoc(N), VT, N0.getOperand(0), C3);
5735 // (or (and X, C1), (and Y, C2)) -> (and (or X, Y), C3) if possible.
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex9278 \DeclareUnicodeCharacter{00C3}{\~A}

Completed in 527 milliseconds

12