Home
last modified time | relevance | path

Searched defs:OP2 (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/cast/
H A Dcast_local.h130 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
146 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
168 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_grammar.y35 #define OP2(op, l, r) dt_node_op2(op, l, r) macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/arm/
H A Ddt_isadep.c46 #define OP2(x) (((x) >> 22) & 0x07) macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/sparc/
H A Ddt_isadep.c39 #define OP2(x) (((x) >> 22) & 0x07) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Defines.h39 OP2 = (1 << 11), enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp262 SDValue OP2 = LDAddrNode->getOperand(1); in PreprocessLoad() local