Searched refs:OP2 (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y34 #define OP2(op, l, r) dt_node_op2(op, l, r)
381 $$ = OP2(DT_TOK_LBRAC, $1, $3);
391 $$ = OP2(DT_TOK_DOT, $1, dt_node_ident($3));
394 $$ = OP2(DT_TOK_DOT, $1, dt_node_ident($3));
397 $$ = OP2(DT_TOK_DOT, $1, dt_node_ident($3));
400 $$ = OP2(DT_TOK_PTR, $1, dt_node_ident($3));
403 $$ = OP2(DT_TOK_PTR, $1, dt_node_ident($3));
406 $$ = OP2(DT_TOK_PTR, $1, dt_node_ident($3));
428 $$ = OP2(DT_TOK_XLATE, dt_node_type($3), $6);
457 $$ = OP2(DT_TOK_LPA
[all...]
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcast_lcl.h169 # 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; \
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dsparc.h194 #define OP2(x) (((x) & 0x7) << 22) /* Op2 field of format2 insns. */ macro
201 #define F2(x, y) (OP (x) | OP2(y)) /* Format 2 insns. */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Defines.h41 OP2 = (1 << 11), enumerator in enum:R600_InstFlag::TIF
H A DR600InstrInfo.cpp143 (TargetFlags & R600_InstFlag::OP2) |
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcr16-opc.c138 #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}}},\
144 {NAME, 1, OPC2, 24, SHIFT_INS, {{regr,20}, {OP2,16}}}
150 #define SHIFT_INST_L(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \
152 {NAME, 1, OPC1, SHIFT, SHIFT_INS, {{OP1,20}, {OP2,16}}}, \
154 {NAME, 1, OPC2, 24, SHIFT_INS, {{regr,20}, {OP2,16}}}
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/sparc/
H A Ddt_isadep.c39 #define OP2(x) (((x) >> 22) & 0x07) macro
196 switch (OP2(text[i])) {
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/arm/
H A Ddt_isadep.c48 #define OP2(x) (((x) >> 22) & 0x07) macro
/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)=@_;
165 &$OP2( $tmp1, $tmp2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp150 Desc.TSFlags & R600_InstFlag::OP2)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp265 SDValue OP2 = LDAddrNode->getOperand(1); local
276 const ConstantSDNode *CDN = dyn_cast<ConstantSDNode>(OP2.getNode());

Completed in 262 milliseconds