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

/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcast_lcl.h169 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \
172 t=(key[n*2] OP1 R)&0xffffffffL; \
180 CAST_S_table2+((t>>C_0)&C_M)))&0xffffffffL) OP1 \
185 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \
189 w=(key[n*2] OP1 R)&0xffffffffL; \
203 t=(t OP1 *(CAST_LONG *)((unsigned char *)CAST_S_table3+v)&0xffffffffL);\
207 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \
210 t=(key[n*2] OP1 R)&0xffffffff; \
216 L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcr16-opc.c29 #define ARITH_BYTE_INST(NAME, OPC, OP1) \
33 {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}, \
38 #define ARITH1_BYTE_INST(NAME, OPC, OP1) \
40 {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}
111 #define ARITH_INST32(NAME, OPC, OP1) \
113 {NAME, 3, OPC, 20, ARITH_INS, {{OP1,0}, {regp,16}}}
138 #define SHIFT_INST_A(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \
140 {NAME, 1, OPC1, SHIFT, SHIFT_INS, {{OP1,20}, {OP2,16}}}, \
142 {NAME, 1, OPC1+1, SHIFT, SHIFT_INS, {{OP1,20}, {OP2,16}}},\
150 #define SHIFT_INST_L(NAME, OPC1, OPC2, SHIFT, OP1, OP
[all...]
/freebsd-11-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-11-stable/crypto/openssl/crypto/cast/asm/
H A Dcast-586.pl131 local($i,$S,$L,$R,$K,$OP1,$OP2,$OP3,$tmp1,$tmp2,$tmp3,$tmp4)=@_;
138 &$OP1( $tmp4, $R);
171 &$OP1( $tmp1, $tmp2);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y33 #define OP1(op, c) dt_node_op1(op, c)
409 $$ = OP1(DT_TOK_POSTINC, $1);
412 $$ = OP1(DT_TOK_POSTDEC, $1);
434 | DT_TOK_ADDADD unary_expression { $$ = OP1(DT_TOK_PREINC, $2); }
435 | DT_TOK_SUBSUB unary_expression { $$ = OP1(DT_TOK_PREDEC, $2); }
436 | unary_operator cast_expression { $$ = OP1($1, $2); }
437 | DT_TOK_SIZEOF unary_expression { $$ = OP1(DT_TOK_SIZEOF, $2); }
439 $$ = OP1(DT_TOK_SIZEOF, dt_node_type($3));
442 $$ = OP1(DT_TOK_STRINGOF, $2);
/freebsd-11-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-11-stable/contrib/gcc/config/arm/
H A Darm.h2161 #define CANONICALIZE_COMPARISON(CODE, OP0, OP1) \
2164 if (GET_CODE (OP1) == CONST_INT \
2165 && ! (const_ok_for_arm (INTVAL (OP1)) \
2166 || (const_ok_for_arm (- INTVAL (OP1))))) \
2168 rtx const_op = OP1; \
2171 OP1 = const_op; \
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h744 #define CANONICALIZE_COMPARISON(CODE, OP0, OP1) \
745 s390_canonicalize_comparison (&(CODE), &(OP0), &(OP1))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp149 ((Desc.TSFlags & R600_InstFlag::OP1) ||

Completed in 230 milliseconds