Searched refs:PROC_ARG_BIT (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | proc.h | 52 #define PROC_ARG_BIT 14 /* bits per op arg */ macro 55 #define PROC_ARG_NULL ((1<<PROC_ARG_BIT)-1) 67 #define PROC_op1(o,a) (((o)<<(2*PROC_ARG_BIT))|((a)&((PROC_ARG_NULL<<PROC_ARG_BIT)|PROC_ARG_NULL))) 68 #define PROC_op2(o,a,b) (((o)<<(2*PROC_ARG_BIT))|(((b)&PROC_ARG_NULL)<<PROC_ARG_BIT)|((a)&PROC_ARG_… 77 #define PROC_OP(x) (((x)>>(2*PROC_ARG_BIT))&((1<<PROC_OP_BIT)-1)) 78 …(x)>>(((n)-1)*PROC_ARG_BIT))&PROC_ARG_NULL):(((x)&~((1<<(2*PROC_ARG_BIT))-1))==~((1<<(2*PROC_ARG_B…
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | proc.h | 61 #define PROC_ARG_BIT 14 /* bits per op arg */ macro 64 #define PROC_ARG_NULL ((1<<PROC_ARG_BIT)-1) 76 #define PROC_op1(o,a) (((o)<<(2*PROC_ARG_BIT))|((a)&((PROC_ARG_NULL<<PROC_ARG_BIT)|PROC_ARG_NULL))) 77 #define PROC_op2(o,a,b) (((o)<<(2*PROC_ARG_BIT))|(((b)&PROC_ARG_NULL)<<PROC_ARG_BIT)|((a)&PROC_ARG_… 86 #define PROC_OP(x) (((x)>>(2*PROC_ARG_BIT))&((1<<PROC_OP_BIT)-1)) 87 …(x)>>(((n)-1)*PROC_ARG_BIT))&PROC_ARG_NULL):(((x)&~((1<<(2*PROC_ARG_BIT))-1))==~((1<<(2*PROC_ARG_B…
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | proc.h | 61 #define PROC_ARG_BIT 14 /* bits per op arg */ macro 64 #define PROC_ARG_NULL ((1<<PROC_ARG_BIT)-1) 76 #define PROC_op1(o,a) (((o)<<(2*PROC_ARG_BIT))|((a)&((PROC_ARG_NULL<<PROC_ARG_BIT)|PROC_ARG_NULL))) 77 #define PROC_op2(o,a,b) (((o)<<(2*PROC_ARG_BIT))|(((b)&PROC_ARG_NULL)<<PROC_ARG_BIT)|((a)&PROC_ARG_… 86 #define PROC_OP(x) (((x)>>(2*PROC_ARG_BIT))&((1<<PROC_OP_BIT)-1)) 87 …(x)>>(((n)-1)*PROC_ARG_BIT))&PROC_ARG_NULL):(((x)&~((1<<(2*PROC_ARG_BIT))-1))==~((1<<(2*PROC_ARG_B…
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | proc.h | 61 #define PROC_ARG_BIT 14 /* bits per op arg */ macro 64 #define PROC_ARG_NULL ((1<<PROC_ARG_BIT)-1) 76 #define PROC_op1(o,a) (((o)<<(2*PROC_ARG_BIT))|((a)&((PROC_ARG_NULL<<PROC_ARG_BIT)|PROC_ARG_NULL))) 77 #define PROC_op2(o,a,b) (((o)<<(2*PROC_ARG_BIT))|(((b)&PROC_ARG_NULL)<<PROC_ARG_BIT)|((a)&PROC_ARG_… 86 #define PROC_OP(x) (((x)>>(2*PROC_ARG_BIT))&((1<<PROC_OP_BIT)-1)) 87 …(x)>>(((n)-1)*PROC_ARG_BIT))&PROC_ARG_NULL):(((x)&~((1<<(2*PROC_ARG_BIT))-1))==~((1<<(2*PROC_ARG_B…
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | proc.h | 61 #define PROC_ARG_BIT 14 /* bits per op arg */ macro 64 #define PROC_ARG_NULL ((1<<PROC_ARG_BIT)-1) 76 #define PROC_op1(o,a) (((o)<<(2*PROC_ARG_BIT))|((a)&((PROC_ARG_NULL<<PROC_ARG_BIT)|PROC_ARG_NULL))) 77 #define PROC_op2(o,a,b) (((o)<<(2*PROC_ARG_BIT))|(((b)&PROC_ARG_NULL)<<PROC_ARG_BIT)|((a)&PROC_ARG_… 86 #define PROC_OP(x) (((x)>>(2*PROC_ARG_BIT))&((1<<PROC_OP_BIT)-1)) 87 …(x)>>(((n)-1)*PROC_ARG_BIT))&PROC_ARG_NULL):(((x)&~((1<<(2*PROC_ARG_BIT))-1))==~((1<<(2*PROC_ARG_B…
|