Home
last modified time | relevance | path

Searched defs:CC_SET (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dasm.h115 # define CC_SET(c) "\n\t/* output condition code " #c "*/\n" macro
118 # define CC_SET(c) "\n\tset" #c " %[_cc_" #c "]\n" macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dasm.h121 # define CC_SET(c) "\n\t/* output condition code " #c "*/\n" macro
124 # define CC_SET(c) "\n\tset" #c " %[_cc_" #c "]\n" macro
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/
H A Dasm.h116 # define CC_SET(c) "\n\t/* output condition code " #c "*/\n" macro
119 # define CC_SET(c) "\n\tset" #c " %[_cc_" #c "]\n" macro

Completed in 3 milliseconds