HomeSort by: relevance | last modified time | path
    Searched defs:Four (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 28 const MCExpr *Four = MCConstantExpr::create(4, getContext());
29 return MCBinaryExpr::createAdd(Res, Four, getContext());
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 112 const MCExpr *Four = MCConstantExpr::create(4, Context);
113 return MCBinaryExpr::createAdd(Res, Four, Context);
  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 84 E9 O4 Four X8
960 FLOAT Four;
1034 Four = long(4);
1070 TstCond (Failure, (Four == Three + One), "4 != 3+1");
1071 TstCond (Failure, (Four + Two * (-Two) == Zero), "4 + 2*(-2) != 0");
1072 TstCond (Failure, (Four - Three - One == Zero), "4-3-1 != 0");
1089 TstCond (Failure, (Eight == Four + Four), "8 != 4+4");
1090 TstCond (Failure, (ThirtyTwo == Eight * Four), "32 != 8*4");
1091 TstCond (Failure, (ThirtyTwo - TwentySeven - Four - One == Zero)
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 84 E9 O4 Four X8
960 FLOAT Four;
1034 Four = long(4);
1070 TstCond (Failure, (Four == Three + One), "4 != 3+1");
1071 TstCond (Failure, (Four + Two * (-Two) == Zero), "4 + 2*(-2) != 0");
1072 TstCond (Failure, (Four - Three - One == Zero), "4-3-1 != 0");
1089 TstCond (Failure, (Eight == Four + Four), "8 != 4+4");
1090 TstCond (Failure, (ThirtyTwo == Eight * Four), "32 != 8*4");
1091 TstCond (Failure, (ThirtyTwo - TwentySeven - Four - One == Zero)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 4158 // Increment the address by four for the next argument to store
4578 // Increment the address by four for the next argument to store
8691 SDValue Four = DAG.getConstant(4, dl, PtrVT);
8692 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four);
9153 // We have XXSPLTIW for constant splats four bytes wide.
9594 // Check that we have a four byte shuffle.

Completed in 43 milliseconds