Home
last modified time | relevance | path

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

/external/elfutils/libcpu/
Dbpf_disasm.c67 #define J64(D, O, S) "if " D " " #O " " S " goto " JMP(3) macro
329 code_fmt = J64(REG(1), ==, IMMS(2)); in bpf_disasm()
332 code_fmt = J64(REG(1), >, IMMS(2)); in bpf_disasm()
335 code_fmt = J64(REG(1), >=, IMMS(2)); in bpf_disasm()
338 code_fmt = J64(REG(1), &, IMMS(2)); in bpf_disasm()
341 code_fmt = J64(REG(1), !=, IMMS(2)); in bpf_disasm()
344 code_fmt = J64(REGS(1), >, IMMS(2)); in bpf_disasm()
347 code_fmt = J64(REGS(1), >=, IMMS(2)); in bpf_disasm()
350 code_fmt = J64(REG(1), <, IMMS(2)); in bpf_disasm()
353 code_fmt = J64(REG(1), <=, IMMS(2)); in bpf_disasm()
[all …]