Home
last modified time | relevance | path

Searched defs:AH (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dadi.d283 cmp AH,DH ; in _adCmpChar() local
293 cmp AH,DH ; in _adCmpChar() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Dtrigonometry.d274 test AH,1 ; in version() local
279 test AH,4 ; in version() local
287 test AH,4 ; in version() local
/netbsd-src/sys/arch/i386/include/
H A Dbioscall.h63 #define AH r_ax.biosreg_quarter[BIOSREG_HI] macro
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h162 #define AH 011 macro
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h275 void setAllowHidden(bool AH) { in setAllowHidden()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h179 #define AH 011 macro
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d916 test AH,1 ; in tan() local
921 test AH,4 ; in tan() local
929 test AH,4 ; in tan() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2597 static void RemoveNonValidAttrAtIndex(LLVMContext &Ctx, AttrHolder &AH, in RemoveNonValidAttrAtIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp5393 SDValue AH = CurDAG->getCopyToReg(Chain, dl, X86::AH, Extract, SDValue()); in Select() local