Home
last modified time | relevance | path

Searched refs:BPF_NEG (Results 1 – 3 of 3) sorted by relevance

/third_party/iptables/include/linux/
Dfilter.h72 #define BPF_NEG 0x80 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFInstrFormats.td41 def BPF_NEG : BPFArithOp<0x8>;
DBPFInstrInfo.td313 def NEG_64: NEG_RR<BPF_ALU64, BPF_NEG, (outs GPR:$dst), (ins GPR:$src),
316 def NEG_32: NEG_RR<BPF_ALU, BPF_NEG, (outs GPR32:$dst), (ins GPR32:$src),