HomeSort by relevance Sort by last modified time
    Searched refs:Icmp (Results 1 - 23 of 23) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Icmp.c 73 Process the ICMP redirect. Find the instance then update
86 @param[in] Packet The content of the ICMP redirect packet with IP
88 @param[in] Icmp The buffer to store the ICMP error message if
100 IN IP4_ICMP_ERROR_HEAD *Icmp
115 IpIf = Ip4FindInterface (IpSb, NTOHL (Icmp->IpHead.Src));
116 Gateway = NTOHL (Icmp->Fourth);
138 Dst = NTOHL (Icmp->IpHead.Dst);
139 Src = NTOHL (Icmp->IpHead.Src);
157 Process the ICMP error packet. If it is an ICMP redirect packet,
    [all...]
Ip4Input.c 797 // need to send a type 4 destination unreache ICMP message here.
979 IP4_ICMP_ERROR_HEAD Icmp;
1004 // Use protocol from the IP header embedded in the ICMP error
1005 // message to filter, instead of ICMP itself. ICMP handle will
1006 // call Ip4Demultiplex to deliver ICMP errors.
1011 NetbufCopy (Packet, 0, sizeof (Icmp.Head), (UINT8 *) &Icmp.Head);
1013 if (mIcmpClass[Icmp.Head.Type].IcmpClass == ICMP_ERROR_MESSAGE) {
1018 NetbufCopy (Packet, 0, sizeof (Icmp), (UINT8 *) &Icmp);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Icmp.c 140 IP6_ICMP_INFORMATION_HEAD *Icmp;
156 // Change the ICMP type to echo reply, exchange the source
161 Icmp = (IP6_ICMP_INFORMATION_HEAD *) NetbufGetByte (Data, 0, NULL);
162 if (Icmp == NULL) {
167 Icmp->Head.Type = ICMP_V6_ECHO_REPLY;
168 Icmp->Head.Checksum = 0;
231 IP6_ICMP_ERROR_HEAD Icmp;
236 NetbufCopy (Packet, 0, sizeof (Icmp), (UINT8 *) &Icmp);
237 Mtu = NTOHL (Icmp.Fourth);
    [all...]
Ip6Nd.c 592 @param[in] SendIcmpError If TRUE, send out ICMP error.
    [all...]
Ip6Input.c     [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstrumentation.cpp 84 case Inst::Icmp:
IceTargetLoweringX86BaseImpl.h 861 } else if (auto *Icmp = llvm::dyn_cast<InstIcmp>(Next)) {
862 Operand *Src0 = Icmp->getSrc(0);
863 Operand *Src1 = Icmp->getSrc(1);
865 NewInst = InstIcmp::create(Func, Icmp->getCondition(),
866 Icmp->getDest(), Src0, Src1);
    [all...]
IceTargetLoweringX86Base.h 599 Context.insert<typename Traits::Insts::Icmp>(Src0, Src1);
    [all...]
IceInst.cpp 101 X(Icmp, "icmp");
378 : InstHighLevel(Func, Inst::Icmp, 2, Dest), Condition(Condition) {
818 Str << " = icmp " << InstIcmpAttributes[getCondition()].DisplayString << " "
    [all...]
IceInst.h 56 Icmp,
570 static bool classof(const Inst *Instr) { return Instr->getKind() == Icmp; }
    [all...]
IceTargetLowering.cpp 441 case Inst::Icmp:
    [all...]
IceInstX86Base.h 105 Icmp,
    [all...]
IceTargetLoweringARM32.cpp 124 // The following table summarizes the logic for lowering the icmp instruction
125 // for i32 and narrower types. Each icmp condition has a clear mapping to an
138 // The following table summarizes the logic for lowering the icmp instruction
    [all...]
IceTargetLoweringMIPS32.cpp 330 case Inst::Icmp: {
    [all...]
IceInstX86BaseImpl.h 255 : InstX86Base(Func, InstX86Base::Icmp, 2, nullptr) {
    [all...]
  /external/llvm/test/Bindings/OCaml/
core.ml 283 * CHECK: @const_icmp = global i1 icmp sle
319 ignore (define_global "const_icmp" (const_icmp Icmp.Sle foldbomb five) m);
369 (const_icmp Icmp.Sle foldbomb five)
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 102 module Icmp = struct
186 | ICmp
449 external const_icmp : Icmp.t -> llvalue -> llvalue -> llvalue
    [all...]
llvm.mli 147 (** The predicate for an integer comparison ([icmp]) instruction.
149 module Icmp : sig
236 | ICmp
929 val const_icmp : Icmp.t -> llvalue -> llvalue -> llvalue
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml 232 * RUN: grep {@const_icmp = global i1 icmp sle } < %t.ll
268 ignore (define_global "const_icmp" (const_icmp Icmp.Sle foldbomb five) m);
315 (const_icmp Icmp.Sle foldbomb five)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 345 // Replace select with select operand SIOpd in SI-ICmp sequence when possible
346 bool replacedSelectWithOperand(SelectInst *SI, const ICmpInst *Icmp,
InstCombineCompares.cpp 117 /// Given an icmp instruction, return true if any use of this comparison is a
126 /// Given an exploded icmp instruction, return true if the comparison only
154 /// Returns true if the exploded icmp can be expressed as a signed comparison
230 /// we can optimize "icmp eq (load (gep "foo", 0, i)), 0" into "icmp eq i, 3".
504 /// "icmp ne i, 0". Note that, in general, indices can be complex, and scales
506 /// "icmp ne (i*4), 0" (assuming A is a pointer to i32).
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 114 module Icmp = struct
198 | ICmp
551 external const_icmp : Icmp.t -> llvalue -> llvalue -> llvalue
    [all...]
llvm.mli 165 (** The predicate for an integer comparison ([icmp]) instruction.
167 module Icmp : sig
256 | ICmp (** Other Operators *)
    [all...]

Completed in 767 milliseconds