Home
last modified time | relevance | path

Searched refs:STC (Results 1 – 23 of 23) sorted by relevance

/external/aac/libFDK/src/
DFDK_tools_rom.cpp268 STC(0x7f4c7e54), STC(0x7d33f0ca), STC(0x79bc384d),
269 STC(0x7d33f0ca), STC(0x74ef0ebc), STC(0x678dde6e),
270 STC(0x79bc384d), STC(0x678dde6e), STC(0x4b3c8c12),
271 STC(0x74ef0ebc), STC(0x55a6125c), STC(0x278dde6e),
272 STC(0x6ed9eba1), STC(0x40000000), STC(0x00000000),
273 STC(0x678dde6e), STC(0x278dde6e), STC(0xd8722191),
274 STC(0x5f1f5ea1), STC(0x0d61304e), STC(0xb4c373ed),
275 STC(0x55a6125c), STC(0xf29ecfb1), STC(0x98722191),
276 STC(0x4b3c8c12), STC(0xd8722191), STC(0x8643c7b2),
277 STC(0x40000000), STC(0xbfffffff), STC(0x80000000),
[all …]
Dfft_rad2.cpp282 cplxMultDiv2(&vi, &vr, x[t2+1], x[t2], STC(0x5a82799a), STC(0x5a82799a)); in dit_fft()
296 cplxMultDiv2(&vr, &vi, x[t2+1], x[t2], STC(0x5a82799a), STC(0x5a82799a)); in dit_fft()
483 cplxMultDiv2(&vr, &vi, x[t2], x[t2+1], STC(0x5a82799a), STC(0x5a82799a)); in dit_ifft()
497 cplxMultDiv2(&vi, &vr, x[t2], x[t2+1], STC(0x5a82799a), STC(0x5a82799a)); in dit_ifft()
Dfft.cpp100 #define F3C(x) STC(x)
130 #define F5C(x) STC(x)
324 #define W_PiFOURTH STC(0x5a82799a)
548 #define W_PiFOURTH STC(0x5a82799a) in fft_32()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp663 MemRegionManager::getStackLocalsRegion(const StackFrameContext *STC) { in getStackLocalsRegion() argument
664 assert(STC); in getStackLocalsRegion()
665 StackLocalsSpaceRegion *&R = StackLocalsSpaceRegions[STC]; in getStackLocalsRegion()
671 new (R) StackLocalsSpaceRegion(this, STC); in getStackLocalsRegion()
676 MemRegionManager::getStackArgumentsRegion(const StackFrameContext *STC) { in getStackArgumentsRegion() argument
677 assert(STC); in getStackArgumentsRegion()
678 StackArgumentsSpaceRegion *&R = StackArgumentsSpaceRegions[STC]; in getStackArgumentsRegion()
684 new (R) StackArgumentsSpaceRegion(this, STC); in getStackArgumentsRegion()
803 const StackFrameContext *STC = V.get<const StackFrameContext*>(); in getVarRegion() local
805 if (!STC) in getVarRegion()
[all …]
/external/aac/libFDK/include/
DFDK_archdef.h222 #define STC(a) (FX_DBL2FXCONST_SGL(a)) macro
226 #define STC(a) ((FIXP_DBL)(LONG)(a)) macro
229 #define STCP(cos,sin) { { STC(cos), STC(sin) } }
Dfft.h154 #define W_PiFOURTH STC(0x5a82799a) in fft_8()
/external/aac/libFDK/src/arm/
Dfft_rad2_arm.cpp286 cplxMultDiv2(&vi, &vr, xt2[1], xt2[0], STC(0x5a82799a), STC(0x5a82799a)); in dit_fft()
300 cplxMultDiv2(&vr, &vi, xt2[1], xt2[0], STC(0x5a82799a), STC(0x5a82799a)); in dit_fft()
/external/llvm/include/llvm/Target/
DTargetMachine.h122 template <typename STC> const STC &getSubtarget(const Function &F) const { in getSubtarget()
123 return *static_cast<const STC*>(getSubtargetImpl(F)); in getSubtarget()
/external/llvm/test/CodeGen/SystemZ/
Dint-move-04.ll34 ; Check the high end of the STC range.
44 ; Check the next byte up, which should use STCY instead of STC.
108 ; Check that STC allows an index.
Dframe-16.ll104 ; Add 4095 to the previous offset, to test the other end of the STC range.
125 ; Test the next offset after that, which uses STCY instead of STC.
148 ; LLILH while still using STC in more cases than 0x40000 anchors would.
191 ; kind of anchor optimization, so there should be no offset on the STC itself.
Dint-const-03.ll142 ; Check that MVI does not allow an index. We prefer STC in that case.
Dcond-store-01.ll188 ; Check the high end of the STC range.
205 ; Check the next byte up, which should use STCY instead of STC.
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h182 template<typename STC> const STC &getSubtarget() const {
183 return *static_cast<const STC *>(STI);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h1157 getStackLocalsRegion(const StackFrameContext *STC);
1162 getStackArgumentsRegion(const StackFrameContext *STC);
/external/llvm/lib/Target/X86/
DX86ScheduleBtVer2.td39 def JFPU1 : ProcResource<1>; // Vector/FPU Pipe1: VALU1/STC/FPM
DX86InstrInfo.td1879 def STC : I<0xF9, RawFrm, (outs), (ins), "stc", [], IIC_STC>;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td521 // STC, STCY or STCH, depending on the choice of register.
524 defm STC : StoreRXPair<"stc", 0x42, 0xE372, truncstorei8, GR32, 1>;
538 defm : StoreGR64Pair<STC, STCY, truncstorei8>;
DSystemZInstrInfo.cpp921 expandRXYPseudo(MI, SystemZ::STC, SystemZ::STCH); in expandPostRAPseudo()
DSystemZISelLowering.cpp3704 return emitCondStore(MI, MBB, SystemZ::STC, 0, false); in EmitInstrWithCustomInserter()
3706 return emitCondStore(MI, MBB, SystemZ::STC, 0, true); in EmitInstrWithCustomInserter()
/external/mesa3d/src/mesa/x86/
Dassyntax.h661 #define STC CHOICE(stc, stc, stc) macro
1382 #define STC stc macro
/external/llvm/test/MC/ARM/
Dbasic-thumb2-instructions.s2573 @ STC{L}/STC2{L}
Dbasic-arm-instructions.s2735 @ STC{L}/STC2{L}
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td4938 defm STC : LdStCop <0, 0, "stc">;