HomeSort by relevance Sort by last modified time
    Searched refs:OP2 (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_grammar.y 32 #define OP2(op, l, r) dt_node_op2(op, l, r)
376 $$ = OP2(DT_TOK_LBRAC, $1, $3);
386 $$ = OP2(DT_TOK_DOT, $1, dt_node_ident($3));
389 $$ = OP2(DT_TOK_DOT, $1, dt_node_ident($3));
392 $$ = OP2(DT_TOK_PTR, $1, dt_node_ident($3));
395 $$ = OP2(DT_TOK_PTR, $1, dt_node_ident($3));
413 $$ = OP2(DT_TOK_XLATE, dt_node_type($3), $6);
442 $$ = OP2(DT_TOK_LPAR, dt_node_type($2), $4);
449 $$ = OP2(DT_TOK_MUL, $1, $3);
452 $$ = OP2(DT_TOK_DIV, $1, $3)
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/cast/
cast_lcl.h 169 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \
176 CAST_S_table0+((t>>C_2)&C_M)) OP2 \
185 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \
198 t=(t OP2 *(CAST_LONG *)((unsigned char *)CAST_S_table1+v))&0xffffffffL;\
207 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \
216 L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
  /onnv/onnv-gate/usr/src/cmd/mdb/tools/findfp/sparc/
findfp.c 46 #define OP2(x) ((0x7 & x) << 22) /* op2 opcode */
62 { OPMSK|OP2MSK, OP(0) | OP2(5), "FBPfcc" },
63 { OPMSK|OP2MSK, OP(0) | OP2(6), "FBfcc" },
  /onnv/onnv-gate/usr/src/lib/libdtrace/sparc/
dt_isadep.c 39 #define OP2(x) (((x) >> 22) & 0x07)
196 switch (OP2(text[i])) {
  /onnv/onnv-gate/usr/src/common/openssl/crypto/cast/asm/
cast-586.pl 130 local($i,$S,$L,$R,$K,$OP1,$OP2,$OP3,$tmp1,$tmp2,$tmp3,$tmp4)=@_;
164 &$OP2( $tmp1, $tmp2);
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/kmdb/
kaif.c 63 #define OP2(x) (((x) >> 22) & 0x07)
644 switch (OP2(instr)) {
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/mdb/
proc_isadep.c 661 #define OP2(machcode) (((machcode) >> 22) & 0x07)
778 OP(instr) == OP_BRANCH && OP2(instr) == OP2_ILLTRAP)
  /onnv/onnv-gate/usr/src/uts/sparc/dtrace/
fasttrap_isa.c 135 #define OP2(x) (((x) >> 22) & 0x07)
1129 switch (OP2(instr)) {
    [all...]

Completed in 2100 milliseconds