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

/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha256-586.pl377 my @AH=($A,$K256);
382 &mov ($AH[0],&DWP(0,"esi"));
383 &mov ($AH[1],&DWP(4,"esi"));
386 #&mov (&DWP(0,"esp"),$AH[0]);
387 &mov (&DWP(4,"esp"),$AH[1]);
388 &xor ($AH[1],"ecx"); # magic
460 &mov ($t1,$AH[0]);
464 &mov ($t2,$AH[0]);
466 &xor ($t1,$AH[0]);
467 &mov (&off($a),$AH[
[all...]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfmul.S11 #define AH r1 define
113 EXP0 = extractu(AH,#EXPBITS,#HI_MANTBITS)
119 TMP = xor(AH,BH)
133 AH += asl(EXP0,#HI_MANTBITS)
150 p0 = bitsclr(AH,BTMPL)
177 AH += asl(EXP1,#HI_MANTBITS)
178 EXP1 = extractu(AH,#EXPBITS,#HI_MANTBITS)
232 AH = insert(S_ZERO,#EXPBITS,#HI_MANTBITS) define
253 AH = insert(S_ZERO,#EXPBITS-1,#HI_MANTBITS+1) // Insert correct exponent define
271 PP_LL_L ^= lsr(AH,#3
[all...]
H A Ddfdiv.S12 #define AH r1 define
81 EXPBA = combine(BH,AH)
82 SIGN = xor(AH,BH)
85 #undef AH
208 #define AH r1 define
218 AH += asl(EXPA,#DF_MANTBITS-32)
224 AH += asl(EXPA,#DF_MANTBITS-32)
225 EXPB = extractu(AH,#DF_EXPBITS,#DF_MANTBITS-32)
283 AH += asl(TMP,#DF_MANTBITS-32)
329 AH define
403 AH = insert(TMP,#DF_EXPBITS+1,#DF_MANTBITS-32) // clear out hidden bit, sign bit define
435 AH = xor(AH,BH) define
450 AH = xor(AH,BH) define
[all...]
H A Ddfaddsub.S12 #define AH r1 define
79 EXPA = extractu(AH,#EXPBITS,#HI_MANTBITS)
111 A_POS = cmp.gt(AH,#-1)
148 AH += asl(EXPB,#HI_MANTBITS)
174 if (p0.new) AH = xor(AH,BH)
199 TMP = extractu(AH,#EXPBITS,#HI_MANTBITS)
200 AH += asl(EXPB,#HI_MANTBITS)
241 EXPB ^= lsr(AH,#31) // Does sign match rounding?
292 EXPA = extractu(AH,#EXPBIT
[all...]
H A Ddffma.S16 #define AH r1 define
149 TMP = xor(AH,BH)
152 EXPA = extractu(AH,#EXPBITS,#HI_MANTBITS)
319 AH += asl(EXPA,#HI_MANTBITS)
336 if (p0.new) AH = ##0x80000000
360 AH += asl(EXPA,#HI_MANTBITS)
361 NEW_EXPB = extractu(AH,#EXPBITS,#HI_MANTBITS)
408 AH = USR define
428 if (!p1.new) AH = or(AH,A
636 AH = lsr(AH,#31) // get sign define
[all...]
H A Ddfsqrt.S14 #define AH r1 define
81 EXP = extractu(AH,#DF_EXPBITS,#DF_MANTBITS-32)
86 NORMAL = cmp.gt(AH,#-1) // and positive?
99 #undef AH
339 #define AH r1 define
361 P_TMP = cmp.gt(AH,#-1)
382 AH = insert(EXP,#1,#DF_MANTBITS-32) // insert lsb of exponent define
/freebsd-12-stable/tests/sys/netpfil/pf/
H A DCVE-2019-5597.py51 pkt1_opts = sp.AH(nh=AH_PROTO, payloadlen=200) \
53 / sp.AH(nh=FRAG_PROTO, payloadlen=1) \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp93 {codeview::RegisterId::AH, X86::AH},
615 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
616 return X86::AH;
627 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
664 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
700 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
736 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
H A DX86MCCodeEmitter.cpp1190 if (Reg == X86::AH || Reg == X86::BH || Reg == X86::CH || Reg == X86::DH)
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h275 void setAllowHidden(bool AH) { argument
276 AllowHidden = AH;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2384 static void RemoveNonValidAttrAtIndex(LLVMContext &Ctx, AttrHolder &AH, argument
2387 if (AH.getDereferenceableBytes(Index))
2389 AH.getDereferenceableBytes(Index)));
2390 if (AH.getDereferenceableOrNullBytes(Index))
2392 AH.getDereferenceableOrNullBytes(Index)));
2393 if (AH.getAttributes().hasAttribute(Index, Attribute::NoAlias))
2397 AH.setAttributes(AH.getAttributes().removeAttributes(Ctx, Index, R));
/freebsd-12-stable/contrib/libpcap/
H A Dgrammar.y334 %token IPV6 ICMPV6 AH ESP
527 | AH { $$ = Q_AH; }
H A Dscanner.l276 ah return AH;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h83 ENTRY(AH) \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1573 {X86::IDIV8r, 0, X86::MOVSX16rr8, X86::AH, S}, // SRem
1575 {X86::DIV8r, 0, X86::MOVZX16rr8, X86::AH, U}, // URem
1690 OpEntry.DivRemResultReg == X86::AH && STI.is64Bit()) {
1696 // Shift AX right by 8 bits instead of using AH.
H A DX86FastISel.cpp1882 { X86::IDIV8r, 0, X86::MOVSX16rr8, X86::AH, S }, // SRem
1884 { X86::DIV8r, 0, X86::MOVZX16rr8, X86::AH, U }, // URem
1988 OpEntry.DivRemResultReg == X86::AH && Subtarget->is64Bit()) {
1994 // Shift AX right by 8 bits instead of using AH.
H A DX86ISelDAGToDAG.cpp3559 // Don't interfere with something that can be handled by extracting AH.
3560 // TODO: If we are able to fold a load, BEXTR might still be better than AH.
4890 LoReg = X86::AL; ClrReg = HiReg = X86::AH;
4915 // clear the upper 8 bits (AH).
4991 // Prevent use of AH in a REX instruction by explicitly copying it to
4998 if (HiReg == X86::AH && !SDValue(Node, 1).use_empty()) {
4999 SDValue AHCopy = CurDAG->getRegister(X86::AH, MVT::i8);
H A DX86FrameLowering.cpp201 Reg == X86::AH || Reg == X86::AL)
/freebsd-12-stable/sys/contrib/edk2/Include/Library/
H A DBaseLib.h6669 UINT8 AH; member in struct:__anon10551
/freebsd-12-stable/contrib/binutils/opcodes/
H A Di386-dis.c281 #define AH { OP_IMREG, ah_reg } macro

Completed in 311 milliseconds