/external/llvm/lib/Target/Alpha/ |
AlphaLLRP.cpp | 1 //===-- AlphaLLRP.cpp - Alpha Load Load Replay Trap elimination pass. -- --===// 15 #define DEBUG_TYPE "alpha-nops" 16 #include "Alpha.h" 31 AlignAll("alpha-align-all", cl::Hidden, 45 return "Alpha NOP inserter"; 64 case Alpha::LDQ: case Alpha::LDL: 65 case Alpha::LDWU: case Alpha::LDBU: 66 case Alpha::LDT: case Alpha::LDS [all...] |
AlphaInstrInfo.cpp | 1 //===- AlphaInstrInfo.cpp - Alpha Instruction Information -------*- C++ -*-===// 10 // This file contains the Alpha implementation of the TargetInstrInfo class. 14 #include "Alpha.h" 29 : AlphaGenInstrInfo(Alpha::ADJUSTSTACKDOWN, Alpha::ADJUSTSTACKUP), 38 case Alpha::LDL: 39 case Alpha::LDQ: 40 case Alpha::LDBU: 41 case Alpha::LDWU: 42 case Alpha::LDS [all...] |
AlphaFrameLowering.cpp | 1 //=====- AlphaFrameLowering.cpp - Alpha Frame Information ------*- C++ -*-====// 10 // This file contains the Alpha implementation of TargetFrameLowering class. 26 long y = l / Alpha::IMM_MULT; 27 if (l % Alpha::IMM_MULT > Alpha::IMM_HIGH) 34 return l - h * Alpha::IMM_MULT; 56 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAHg), Alpha::R29) 57 .addGlobalAddress(MF.getFunction()).addReg(Alpha::R27).addImm(++curgpdist); 58 BuildMI(MBB, MBBI, dl, TII.get(Alpha::LDAg), Alpha::R29 [all...] |
AlphaRelocations.h | 1 //===- AlphaRelocations.h - Alpha Code Relocations --------------*- C++ -*-===// 10 // This file defines the Alpha target-specific relocation types. 20 namespace Alpha {
|
AlphaRegisterInfo.cpp | 1 //===- AlphaRegisterInfo.cpp - Alpha Register Information -------*- C++ -*-===// 10 // This file contains the Alpha implementation of the TargetRegisterInfo class. 15 #include "Alpha.h" 42 : AlphaGenRegisterInfo(Alpha::R26), TII(tii) { 46 long y = l / Alpha::IMM_MULT; 47 if (l % Alpha::IMM_MULT > Alpha::IMM_HIGH) 54 return l - h * Alpha::IMM_MULT; 60 Alpha::R9, Alpha::R10 [all...] |
AlphaISelDAGToDAG.cpp | 1 //===-- AlphaISelDAGToDAG.cpp - Alpha pattern matching inst selector ------===// 10 // This file defines a pattern matching instruction selector for Alpha, 11 // converting from a legalized dag to a Alpha dag. 15 #include "Alpha.h" 40 /// AlphaDAGToDAGISel - Alpha specific code to select Alpha machine 149 return "Alpha DAG->DAG Pattern Instruction Selection"; 222 return CurDAG->SelectNodeTo(N, Alpha::LDA, MVT::i64, 236 Chain = CurDAG->getCopyToReg(Chain, dl, Alpha::R24, N1, 238 Chain = CurDAG->getCopyToReg(Chain, dl, Alpha::R25, N2, [all...] |
Alpha.h | 1 //===-- Alpha.h - Top-level interface for Alpha representation --*- C++ -*-===// 11 // Alpha back-end. 22 namespace Alpha {
|
Makefile | 1 ##===- lib/Target/Alpha/Makefile -------------------------*- Makefile -*-===## 12 TARGET = Alpha
|
AlphaBranchSelector.cpp | 15 #include "Alpha.h" 30 return "Alpha Branch Selection"; 51 if (MBBI->getOpcode() == Alpha::COND_BRANCH_I || 52 MBBI->getOpcode() == Alpha::COND_BRANCH_F) {
|
AlphaISelLowering.cpp | 1 //===-- AlphaISelLowering.cpp - Alpha DAG Lowering Implementation ---------===// 53 addRegisterClass(MVT::i64, Alpha::GPRCRegisterClass); 54 addRegisterClass(MVT::f64, Alpha::F8RCRegisterClass); 55 addRegisterClass(MVT::f32, Alpha::F4RCRegisterClass); 156 setStackPointerRegisterToSaveRestore(Alpha::R30); 173 case AlphaISD::CVTQT_: return "Alpha::CVTQT_"; 174 case AlphaISD::CVTQS_: return "Alpha::CVTQS_"; 175 case AlphaISD::CVTTQ_: return "Alpha::CVTTQ_"; 176 case AlphaISD::GPRelHi: return "Alpha::GPRelHi"; 177 case AlphaISD::GPRelLo: return "Alpha::GPRelLo" [all...] |
/external/llvm/test/CodeGen/Alpha/ |
dg.exp | 3 if { [llvm_supports_target Alpha] } {
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
ColorWx.cpp | 36 m_color = makeRGBA((int)color.Red(), (int)color.Green(), (int)color.Blue(), (int)color.Alpha()); 41 return wxColour(red(), green(), blue(), alpha());
|
/frameworks/base/media/libeffects/lvm/lib/Common/src/ |
Core_MixInSoft_D32C31_SAT.c | 45 MUL32x32INTO32((0x7FFFFFFF-pInstance->Alpha),pInstance->Target,TargetTimesOneMinAlpha,31); /* Q31 * Q0 in Q0 */ 51 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31); /* Q0 * Q31 in Q0 */ 72 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31); /* Q0 * Q31 in Q0 */
|
Core_MixSoft_1St_D32C31_WRA.c | 45 MUL32x32INTO32((0x7FFFFFFF-pInstance->Alpha),pInstance->Target,TargetTimesOneMinAlpha,31) /* Q31 * Q31 in Q31 */ 53 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31) /* Q31 * Q31 in Q31 */ 70 MUL32x32INTO32(pInstance->Current,pInstance->Alpha,CurrentTimesAlpha,31) /* Q31 * Q31 in Q31 */
|
MixInSoft_D32C31_SAT.c | 50 if(pInstance->Alpha == 0){
|
MixSoft_1St_D32C31_WRA.c | 52 if(pInstance->Alpha == 0){
|
/frameworks/base/media/libstagefright/codecs/avc/common/src/ |
deblock.cpp | 64 static void EdgeLoop_Luma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch); 65 static void EdgeLoop_Luma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch); 66 static void EdgeLoop_Chroma_vertical(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch); 67 static void EdgeLoop_Chroma_horizontal(uint8* SrcPtr, uint8 *Strength, int Alpha, int Beta, int *clipTable, int pitch); 298 int Alpha, Beta, Alpha_c, Beta_c; 338 Alpha = ALPHA_TABLE[indexA]; 342 if (Alpha > 0 && Beta > 0) 344 EdgeLoop_Luma_vertical(SrcY, Strength, Alpha, Beta, clipTable, 20); 346 EdgeLoop_Luma_vertical(SrcY, Strength, Alpha, Beta, clipTable, pitch); 355 Alpha = ALPHA_TABLE[indexA] [all...] |
/external/llvm/lib/Target/Alpha/MCTargetDesc/ |
AlphaMCTargetDesc.cpp | 1 //===-- AlphaMCTargetDesc.cpp - Alpha Target Descriptions -------*- C++ -*-===// 10 // This file provides Alpha specific target descriptions. 45 InitAlphaMCRegisterInfo(X, Alpha::R26);
|
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_ApplyNewSettings.c | 291 LVM_INT32 Alpha = (LVM_INT32)LVM_Mixer_TimeConstant(LVREV_ALLPASS_TC, LVM_GetFsFromTable(pPrivate->NewParams.SampleRate), 1); 298 pPrivate->Mixer_SGFeedback[i].Alpha = Alpha; 299 pPrivate->Mixer_SGFeedforward[i].Alpha = Alpha; 502 LVM_INT32 Alpha; 504 Alpha = (LVM_INT32)LVM_Mixer_TimeConstant(LVREV_FEEDBACKMIXER_TC, LVM_GetFsFromTable(pPrivate->NewParams.SampleRate), NumChannels); 505 pPrivate->FeedbackMixer[0].Alpha=Alpha; 506 pPrivate->FeedbackMixer[1].Alpha=Alpha [all...] |
/external/webkit/Source/WebCore/platform/image-decoders/wx/ |
ImageDecoderWx.cpp | 60 p.Alpha() = bytes[i + 3];
|
/frameworks/base/media/libeffects/lvm/lib/Common/lib/ |
Mixer.h | 35 LVM_INT32 Alpha; /* Time constant. Set by calling application. Can be changed at any time */
|
/external/v8/test/mjsunit/ |
string-indexof-1.js | 62 assertEquals(1, twoByteString.indexOf("\u0391"), "Alpha"); 69 assertEquals(0, twoByteString.indexOf("\u039a\u0391"), "lambda Alpha"); 70 assertEquals(1, twoByteString.indexOf("\u0391\u03a3"), "Alpha Sigma"); 75 "Not Alpha Sigma Epsilon");
|
string-index.js | 135 N[-2] = "Alpha"; 136 assertEquals("Alpha", N[-2]); 165 var alpha = ['@']; variable 168 alpha[i] = c[0]; 170 var alphaStr = alpha.join(""); 174 assertEquals(alpha[i], alphaStr[i]);
|
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/ |
non-kerned-drawing.cpp | 213 cairo_set_source_rgba(cr, color.Red()/255.0, color.Green()/255.0, color.Blue()/255.0, color.Alpha()/255.0);
|
/external/libpcap/ |
config.guess | 242 alpha:OSF1:*:*) 250 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` 253 UNAME_MACHINE="alpha" ;; 255 UNAME_MACHINE="alpha" ;; 257 UNAME_MACHINE="alpha" ;; 289 Alpha*:OpenVMS:*:*) 290 echo alpha-hp-vms 292 Alpha\ *:Windows_NT*:*) 295 # of the specific Alpha model? 296 echo alpha-pc-interi [all...] |