Home
last modified time | relevance | path

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

/third_party/elfutils/libcpu/
H A Dbpf_disasm.c57 #define REGS(N) "(s64)" REG(N) macro
344 code_fmt = J64(REGS(1), >, IMMS(2)); in bpf_disasm()
347 code_fmt = J64(REGS(1), >=, IMMS(2)); in bpf_disasm()
356 code_fmt = J64(REGS(1), <, IMMS(2)); in bpf_disasm()
359 code_fmt = J64(REGS(1), <=, IMMS(2)); in bpf_disasm()
378 code_fmt = J64(REGS(1), >, REGS(2)); in bpf_disasm()
381 code_fmt = J64(REGS(1), >=, REGS(2)); in bpf_disasm()
390 code_fmt = J64(REGS( in bpf_disasm()
[all...]

Completed in 1 milliseconds