Searched refs:OP1 (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/crypto/cast/ |
H A D | cast_local.h | 130 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 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) \ argument 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) \ argument 171 t=(key[n*2] OP1 R)&0xffffffff; \ 177 L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
|
/freebsd/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);
|
/freebsd/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);
|
/freebsd/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()
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | R600MCCodeEmitter.cpp | 130 ((Desc.TSFlags & R600_InstFlag::OP1) || in encodeInstruction()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | whatsnew-2.1.txt | 550 #define OP1 1
|
/freebsd/contrib/libevent/ |
H A D | whatsnew-2.1.txt | 550 #define OP1 1
|