Searched refs:AH (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h59 AllocaHolderHandle(const AllocaHolderHandle &AH) : H(AH.H) { H->RefCnt++; } argument
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp536 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
537 return X86::AH;
548 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
585 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
621 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
657 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
H A DX86ISelDAGToDAG.cpp2297 SrcReg = LoReg = X86::AL; HiReg = X86::AH;
2367 // Prevent use of AH in a REX instruction by referencing AX instead.
2368 if (HiReg == X86::AH && Subtarget->is64Bit() &&
2442 LoReg = X86::AL; ClrReg = HiReg = X86::AH;
2467 // clear the upper 8 bits (AH).
2534 // Prevent use of AH in a REX instruction by referencing AX instead.
2541 if (HiReg == X86::AH && Subtarget->is64Bit() &&
2554 // Shift AX right by 8 bits instead of using AH.
H A DX86FastISel.cpp1350 { X86::IDIV8r, 0, X86::MOVSX16rr8, X86::AH, S }, // SRem
1352 { X86::DIV8r, 0, X86::MOVZX16rr8, X86::AH, U }, // URem
1445 // For i8 remainder, we can't reference AH directly, as we'll end
1446 // up with bogus copies like %R9B = COPY %AH. Reference AX
1447 // instead to prevent AH references in a REX instruction.
1456 OpEntry.DivRemResultReg == X86::AH && Subtarget->is64Bit()) {
1462 // Shift AX right by 8 bits instead of using AH.
H A DX86FrameLowering.cpp298 Reg == X86::AH || Reg == X86::AL)
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h225 void setAllowHidden(bool AH) { argument
226 AllowHidden = AH;
/freebsd-10.2-release/contrib/libpcap/
H A Dgrammar.y287 %token IPV6 ICMPV6 AH ESP
480 | AH { $$ = Q_AH; }
H A Dscanner.l212 ah return AH;
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h80 ENTRY(AH) \
/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_core.c74 * the CPUID.0AH instruction.
883 IAPDESCR(2AH, 0x2A, IAP_M_CORE | IAP_M_MESI, IAP_F_ALLCPUSCORE2),
904 IAPDESCR(3AH, 0x3A, IAP_M_TRANSITION, IAP_F_CC),
1078 IAPDESCR(6AH, 0x6A, IAP_M_AGENT | IAP_M_CORE, IAP_F_ALLCPUSCORE2),
1124 IAPDESCR(7AH, 0x7A, IAP_M_AGENT, IAP_F_CA | IAP_F_CC2),
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Di386-dis.c280 #define AH { OP_IMREG, ah_reg } macro

Completed in 146 milliseconds