search for: bpfinstrformats

Displaying 1 result from an estimated 1 matches for "bpfinstrformats".

2017 Sep 18
0
[PATCH RFC 0/4] Initial 32-bit eBPF encoding support
...Thanks, Daniel > *** BLURB HERE *** > > Jiong Wang (4): > Improve instruction encoding descriptions > Improve class inheritance in instruction patterns > New 32-bit register set > Initial 32-bit ALU (BPF_ALU) encoding support in assembler > > lib/Target/BPF/BPFInstrFormats.td | 84 +++- > lib/Target/BPF/BPFInstrInfo.td | 506 +++++++++++------------- > lib/Target/BPF/BPFRegisterInfo.td | 74 +++- > lib/Target/BPF/Disassembler/BPFDisassembler.cpp | 15 + > test/MC/BPF/insn-unit-32.s |...