Searched refs:OP1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/cast/
H A Dcast_local.h130 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \
133 t=(key[n*2] OP1 R)&0xffffffffL; \
141 CAST_S_table2+((t>>C_0)&C_M)))&0xffffffffL) OP1 \
146 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \
150 w=(key[n*2] OP1 R)&0xffffffffL; \
164 t=(t OP1 *(CAST_LONG *)((unsigned char *)CAST_S_table3+v)&0xffffffffL);\
168 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \
171 t=(key[n*2] OP1 R)&0xffffffff; \
177 L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Defines.h40 OP1 = (1 << 10), enumerator in enum:R600_InstFlag::TIF
H A DR600InstrInfo.cpp142 return ((TargetFlags & R600_InstFlag::OP1) |
/freebsd-13-stable/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl146 local($i,$S,$L,$R,$K,$OP1,$OP2,$OP3,$tmp1,$tmp2,$tmp3,$tmp4)=@_;
153 &$OP1( $tmp4, $R);
186 &$OP1( $tmp1, $tmp2);
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y34 #define OP1(op, c) dt_node_op1(op, c)
433 $$ = OP1(DT_TOK_POSTINC, $1);
436 $$ = OP1(DT_TOK_POSTDEC, $1);
458 | DT_TOK_ADDADD unary_expression { $$ = OP1(DT_TOK_PREINC, $2); }
459 | DT_TOK_SUBSUB unary_expression { $$ = OP1(DT_TOK_PREDEC, $2); }
460 | unary_operator cast_expression { $$ = OP1($1, $2); }
461 | DT_TOK_SIZEOF unary_expression { $$ = OP1(DT_TOK_SIZEOF, $2); }
463 $$ = OP1(DT_TOK_SIZEOF, dt_node_type($3));
466 $$ = OP1(DT_TOK_STRINGOF, $2);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp264 SDValue OP1 = LDAddrNode->getOperand(0); local
268 SDNode *OP1N = OP1.getNode();
284 SDValue OP1 = LDAddrNode->getOperand(0); local
286 dyn_cast<GlobalAddressSDNode>(OP1.getNode()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp149 ((Desc.TSFlags & R600_InstFlag::OP1) ||

Completed in 189 milliseconds