Searched refs:AL (Results 51 - 66 of 66) sorted by relevance

123

/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp1958 Binary |= (IsThumb ? ARMCC::AL : II->getPredicate(&MI)) << ARMII::CondShift;
1987 Binary |= (IsThumb ? ARMCC::AL : II->getPredicate(&MI)) << ARMII::CondShift;
H A DARMFastISel.cpp1231 // AL is our "false" for now. The other two need more compares.
1232 return ARMCC::AL;
1295 if (ARMPred == ARMCC::AL) return false;
1499 if (ARMPred == ARMCC::AL) return false;
H A DARMISelLowering.cpp1106 CondCode2 = ARMCC::AL;
2925 if (CondCode2 != ARMCC::AL) {
3090 if (CondCode2 != ARMCC::AL) {
6926 .addImm(0).addImm((unsigned)ARMCC::AL).addReg(0).addReg(0);
H A DARMISelDAGToDAG.cpp1317 /// getAL - Returns a ARMCC::AL immediate node.
1319 return CurDAG->getTargetConstant((uint64_t)ARMCC::AL, MVT::i32);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1813 X86::AL).addImm(NumXMMRegs);
1875 MIB.addReg(X86::AL, RegState::Implicit);
H A DX86ISelDAGToDAG.cpp2180 case MVT::i8: LoReg = X86::AL; Opc = X86::MUL8r; break;
2226 case MVT::i8: LoReg = X86::AL; HiReg = X86::AH; break;
2328 LoReg = X86::AL; ClrReg = HiReg = X86::AH;
2412 // If we also need AL (the quotient), get it by extracting a subreg from
H A DX86FrameLowering.cpp298 Reg == X86::AH || Reg == X86::AL)
H A DX86ISelLowering.cpp2065 unsigned AL = MF.addLiveIn(X86::AL, &X86::GR8RegClass); local
2066 SDValue ALVal = DAG.getCopyFromReg(DAG.getEntryNode(), dl, AL, MVT::i8);
2376 RegsToPass.push_back(std::make_pair(unsigned(X86::AL),
11131 case MVT::i8: Reg = X86::AL; size = 1; break;
13176 X86::NOT8r, X86::AL,
16809 case X86::AX: DestReg = X86::AL; break;
/external/llvm/lib/Target/ARM/InstPrinter/
H A DARMInstPrinter.cpp750 else if (CC != ARMCC::AL)
/external/qemu-pc-bios/vgabios/
H A Dvbe.c281 ; AL = bits per pixel / AH = bytes per pixel
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp2505 void checkPostStmt(const ObjCArrayLiteral *AL, CheckerContext &C) const;
2699 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, argument
2702 processObjCLiterals(C, AL);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp561 if (ARMCC::CondCodes(MCOp1.getImm()) != ARMCC::AL)
/external/clang/include/clang/Sema/
H A DSema.h2216 void ProcessDeclAttributeList(Scope *S, Decl *D, const AttributeList *AL,
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/srec/config/en.us/dictionary/
H A Dc0.62096 AL AE1 L
2097 AL'S AE1 L Z
2098 AL. AE1 L
2099 AL.(2) AE2 L AH0 B AE1 M AH0
[all...]

Completed in 462 milliseconds

123