Searched refs:PASTE (Results 1 – 3 of 3) sorted by relevance
/arch/ia64/lib/ |
D | idiv32.S | 38 #define PASTE(a,b) PASTE1(a,b) macro 39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3))
|
D | idiv64.S | 36 #define PASTE(a,b) PASTE1(a,b) macro 37 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,di3))
|
/arch/ia64/kernel/ |
D | entry.h | 14 # define PASTE(x,y) PASTE2(x,y) 16 # define pLvSys PASTE(p,PRED_LEAVE_SYSCALL) 17 # define pKStk PASTE(p,PRED_KERNEL_STACK) 18 # define pUStk PASTE(p,PRED_USER_STACK) 19 # define pSys PASTE(p,PRED_SYSCALL) 20 # define pNonSys PASTE(p,PRED_NON_SYSCALL)
|