Searched defs:TCC (Results 1 - 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
H A Daac_rom.cpp1823 #define TCC(x) (FIXP_DBL(x)) macro
1827 TCC(0x81f1d1d4), TCC(0x9126146c), TCC(0xadb922c4), TCC(0xd438af1f),
1828 TCC(0x00000000), TCC(0x3789809b), TCC(0x64130dd4), TCC(0x7cca7016)
1832 TCC(
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp615 SystemZCC::CondCodes TCC; local
621 TCC = SystemZCC::E;
624 TCC = SystemZCC::NLH;
628 TCC = SystemZCC::NE;
631 TCC = SystemZCC::LH;
634 TCC = SystemZCC::O;
637 TCC = SystemZCC::NO;
641 TCC = SystemZCC::NH;
647 TCC = SystemZCC::LE;
651 TCC
[all...]
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp794 MSP430CC::CondCodes TCC = MSP430CC::COND_INVALID; local
798 TCC = MSP430CC::COND_E; // aka COND_Z
805 TCC = MSP430CC::COND_NE; // aka COND_NZ
819 TCC = MSP430CC::COND_LO;
822 TCC = MSP430CC::COND_HS; // aka COND_C
832 TCC = MSP430CC::COND_HS;
835 TCC = MSP430CC::COND_LO; // aka COND_NC
845 TCC = MSP430CC::COND_L;
848 TCC = MSP430CC::COND_GE;
858 TCC
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp673 MSP430CC::CondCodes TCC = MSP430CC::COND_INVALID; local
677 TCC = MSP430CC::COND_E; // aka COND_Z
684 TCC = MSP430CC::COND_NE; // aka COND_NZ
698 TCC = MSP430CC::COND_LO;
701 TCC = MSP430CC::COND_HS; // aka COND_C
711 TCC = MSP430CC::COND_HS;
714 TCC = MSP430CC::COND_LO; // aka COND_NC
724 TCC = MSP430CC::COND_L;
727 TCC = MSP430CC::COND_GE;
737 TCC
[all...]

Completed in 228 milliseconds