Searched refs:OP1 (Results 1 – 9 of 9) sorted by relevance
| /src/crypto/openssl/crypto/cast/ |
| H A D | cast_local.h | 103 #define E_CAST(n, key, L, R, OP1, OP2, OP3) \ argument 106 t = (key[n * 2] OP1 R) & 0xffffffffL; \ 119 & 0xffffffffL) OP1 \ 126 #define E_CAST(n, key, L, R, OP1, OP2, OP3) \ argument 130 w = (key[n * 2] OP1 R) & 0xffffffffL; \ 144 t = (t OP1 * (CAST_LONG *)((unsigned char *)CAST_S_table3 + v) & 0xffffffffL); \ 148 #define E_CAST(n, key, L, R, OP1, OP2, OP3) \ argument 151 t = (key[n * 2] OP1 R) & 0xffffffff; \ 157 L ^= (((((a OP2 b) & 0xffffffffL) OP3 c) & 0xffffffffL) OP1 d) & 0xffffffffL; \
|
| /src/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_grammar.y | 34 #define OP1(op, c) dt_node_op1(op, c) macro 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);
|
| /src/crypto/openssl/crypto/cast/asm/ |
| H A D | cast-586.pl | 145 local($i,$S,$L,$R,$K,$OP1,$OP2,$OP3,$tmp1,$tmp2,$tmp3,$tmp4)=@_; 152 &$OP1( $tmp4, $R); 185 &$OP1( $tmp1, $tmp2);
|
| /src/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 261 SDValue OP1 = LDAddrNode->getOperand(0); in PreprocessLoad() local 265 SDNode *OP1N = OP1.getNode(); in PreprocessLoad() 281 SDValue OP1 = LDAddrNode->getOperand(0); in PreprocessLoad() local 283 dyn_cast<GlobalAddressSDNode>(OP1.getNode())) in PreprocessLoad()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600Defines.h | 38 OP1 = (1 << 10), enumerator
|
| H A D | R600InstrInfo.cpp | 121 return ((TargetFlags & R600_InstFlag::OP1) | in hasInstrModifiers()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | R600MCCodeEmitter.cpp | 130 ((Desc.TSFlags & R600_InstFlag::OP1) || in encodeInstruction()
|
| /src/contrib/libevent/ |
| H A D | whatsnew-2.1.txt | 550 #define OP1 1
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | whatsnew-2.1.txt | 550 #define OP1 1
|