Searched refs:BPF_TO_LE (Results 1 – 5 of 5) sorted by relevance
/third_party/elfutils/lib/ |
D | bpf.h | 70 #define BPF_TO_LE 0x00 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrFormats.td | 51 def BPF_TO_LE : BPFSrcType<0x0>;
|
D | BPFInstrInfo.td | 685 def LE16 : BSWAP<16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))]>; 686 def LE32 : BSWAP<32, "le32", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 32)))]>; 687 def LE64 : BSWAP<64, "le64", BPF_TO_LE, [(set GPR:$dst, (bswap GPR:$src))]>;
|
/third_party/elfutils/libcpu/ |
D | bpf_disasm.c | 165 case BPF_ALU | BPF_END | BPF_TO_LE: in bpf_disasm()
|
/third_party/libbpf/include/uapi/linux/ |
D | bpf.h | 32 #define BPF_TO_LE 0x00 /* convert to little-endian */ macro 34 #define BPF_FROM_LE BPF_TO_LE
|