Searched refs:STATIC_CHAIN_REG (Results 1 – 2 of 2) sorted by relevance
2 # define STATIC_CHAIN_REG "x18" macro4 # define STATIC_CHAIN_REG "$1" macro6 # define STATIC_CHAIN_REG "ip" macro9 # define STATIC_CHAIN_REG "g5" macro11 # define STATIC_CHAIN_REG "g2" macro14 # define STATIC_CHAIN_REG "r10" macro17 # define STATIC_CHAIN_REG "ecx" /* FFI_DEFAULT_ABI only */ macro
5 #if defined(__GNUC__) && !defined(__clang__) && defined(STATIC_CHAIN_REG)14 register void *chain __asm__(STATIC_CHAIN_REG); in doit()