Searched refs:check_insn (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | fpu-internal.h | 167 #define check_insn(insn, output, input...) \ macro 201 return check_insn(fxrstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in fxrstor_checking() 203 return check_insn(fxrstorq %[fx], "=m" (*fx), [fx] "m" (*fx)); in fxrstor_checking() 206 return check_insn(rex64/fxrstor (%[fx]), "=m" (*fx), [fx] "R" (fx), in fxrstor_checking() 224 return check_insn(frstor %[fx], "=m" (*fx), [fx] "m" (*fx)); in frstor_checking()
|