Searched defs:inputs (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/lib/x86/ |
H A D | desc.h | 270 #define __asm_safe(fep, insn, inputs...) \ argument 281 #define asm_safe(insn, inputs...) \ argument 284 #define asm_fep_safe(insn, inputs...) \ argument 287 #define __asm_safe_out1(fep, insn, output, inputs...) \ argument 298 #define asm_safe_out1(insn, output, inputs...) \ argument 301 #define asm_fep_safe_out1(insn, output, inputs...) \ argument 304 #define __asm_safe_out2(fep, insn, output1, output2, inputs...) \ argument 315 #define asm_safe_out2(fep, insn, output1, output2, inputs...) \ argument 318 #define asm_fep_safe_out2(insn, output1, output2, inputs...) \ argument 321 #define __asm_safe_report(want, insn, inputs...) \ argument [all …]
|