Home
last modified time | relevance | path

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

/dpdk/buildtools/
H A Dbinutils-avx512-check.py17 asm = subprocess.run([objdump, '-d', '--no-show-raw-insn', obj.name], variable
19 if gather_params not in asm:
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst766 The ``asm`` and ``volatile`` keywords do not have underscores. The AT&T syntax should be used.
771 asm volatile("outb %[val], %[port]"