Searched refs:STC (Results 1 - 16 of 16) sorted by relevance

/external/aac/libFDK/src/
H A 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(
[all...]
H A Dfft_rad2.cpp282 cplxMultDiv2(&vi, &vr, x[t2+1], x[t2], STC(0x5a82799a), STC(0x5a82799a));
296 cplxMultDiv2(&vr, &vi, x[t2+1], x[t2], STC(0x5a82799a), STC(0x5a82799a));
483 cplxMultDiv2(&vr, &vi, x[t2], x[t2+1], STC(0x5a82799a), STC(0x5a82799a));
497 cplxMultDiv2(&vi, &vr, x[t2], x[t2+1], STC(0x5a82799a), STC(0x5a82799a));
H A 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)
/external/aac/libFDK/include/
H A 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) } }
H A Dfft.h154 #define W_PiFOURTH STC(0x5a82799a)
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp663 MemRegionManager::getStackLocalsRegion(const StackFrameContext *STC) { argument
664 assert(STC);
665 StackLocalsSpaceRegion *&R = StackLocalsSpaceRegions[STC];
671 new (R) StackLocalsSpaceRegion(this, STC);
676 MemRegionManager::getStackArgumentsRegion(const StackFrameContext *STC) { argument
677 assert(STC);
678 StackArgumentsSpaceRegion *&R = StackArgumentsSpaceRegions[STC];
684 new (R) StackArgumentsSpaceRegion(this, STC);
803 const StackFrameContext *STC = V.get<const StackFrameContext*>(); local
805 if (!STC)
865 const StackFrameContext *STC = LC->getCurrentStackFrame(); local
894 const StackFrameContext *STC = LC->getCurrentStackFrame(); local
1013 const StackFrameContext *STC = LC->getCurrentStackFrame(); local
1023 const StackFrameContext *STC = LC->getCurrentStackFrame(); local
[all...]
/external/llvm/include/llvm/Target/
H A DTargetMachine.h135 template<typename STC> const STC &getSubtarget() const {
136 return *static_cast<const STC*>(getSubtargetImpl());
/external/aac/libFDK/src/arm/
H A Dfft_rad2_arm.cpp286 cplxMultDiv2(&vi, &vr, xt2[1], xt2[0], STC(0x5a82799a), STC(0x5a82799a));
300 cplxMultDiv2(&vr, &vi, xt2[1], xt2[0], STC(0x5a82799a), STC(0x5a82799a));
/external/oprofile/events/x86-64/family10/
H A Dunit_masks216 0x08 Number of clocks when STC trip point active
217 0x10 Number of times the STC trip point is crossed
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1157 getStackLocalsRegion(const StackFrameContext *STC);
1162 getStackArgumentsRegion(const StackFrameContext *STC);
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp919 expandRXYPseudo(MI, SystemZ::STC, SystemZ::STCH);
H A DSystemZISelLowering.cpp304 // Two STC or MV..I stores win over that, but the kind of fused stores
306 // variable. E.g. "STC <reg>;MHI <reg>,257;STH <reg>" is not better
307 // than "STC;MVC". Handle the choice in target-specific code instead.
3364 return emitCondStore(MI, MBB, SystemZ::STC, 0, false);
3366 return emitCondStore(MI, MBB, SystemZ::STC, 0, true);
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h661 #define STC CHOICE(stc, stc, stc) macro
1382 #define STC stc macro
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h661 #define STC CHOICE(stc, stc, stc) macro
1382 #define STC stc macro
/external/llvm/test/MC/ARM/
H A Dbasic-arm-instructions.s2246 @ STC{L}/STC2{L}
H A Dbasic-thumb2-instructions.s2573 @ STC{L}/STC2{L}

Completed in 9089 milliseconds