Searched refs:OP3 (Results 1 – 10 of 10) sorted by relevance
| /trueos/crypto/openssl/crypto/cast/ |
| HD | cast_lcl.h | 167 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 176 CAST_S_table1+((t<<C_3)&C_M)))&0xffffffffL) OP3 \ 183 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 200 t=(t OP3 *(CAST_LONG *)((unsigned char *)CAST_S_table2+u)&0xffffffffL);\ 205 # define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 214 L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
|
| /trueos/contrib/binutils/include/opcode/ |
| HD | sparc.h | 195 #define OP3(x) (((x) & 0x3f) << 19) /* Op3 field of format3 insns. */ macro 199 #define F3F(x, y, z) (OP (x) | OP3 (y) | OPF (z)) /* Format3 float insns. */ 202 #define F3(x, y, z) (OP (x) | OP3(y) | F3I(z)) /* Format3 insns. */
|
| /trueos/crypto/openssl/crypto/cast/asm/ |
| HD | cast-586.pl | 131 local($i,$S,$L,$R,$K,$OP1,$OP2,$OP3,$tmp1,$tmp2,$tmp3,$tmp4)=@_; 168 &$OP3( $tmp1, $tmp2);
|
| /trueos/contrib/llvm/lib/Target/R600/ |
| HD | R600Defines.h | 37 OP3 = (1 << 5), enumerator
|
| HD | R600InstrInfo.cpp | 145 (TargetFlags & R600_InstFlag::OP3)); in hasInstrModifiers() 1316 bool IsOP3 = (TargetFlags & R600_InstFlag::OP3) == R600_InstFlag::OP3; in getFlagOp()
|
| /trueos/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/ |
| HD | fasttrap_isa.c | 134 #define OP3(x) (((x) >> 19) & 0x3f) macro 1257 switch (OP3(instr)) { in fasttrap_tracepoint_init() 1327 uint32_t op3 = OP3(instr); in fasttrap_tracepoint_init() 1357 !(OP(instr) == 2 && OP3(instr) == OP3_RETURN))) in fasttrap_tracepoint_init()
|
| /trueos/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_grammar.y | 35 #define OP3(x, y, z) dt_node_op3(x, y, z) macro 568 conditional_expression { $$ = OP3($1, $3, $5); }
|
| /trueos/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/ |
| HD | fasttrap_isa.c | 222 !(OP(instr) == 2 && OP3(instr) == OP3_RETURN))) in fasttrap_tracepoint_init()
|
| /trueos/contrib/binutils/gas/config/ |
| HD | tc-sparc.c | 3223 if ((delay & OP3 (~0)) != OP3 (0x3d) /* Restore. */ 3224 && ((delay & OP3 (0x28)) != 0 /* Arithmetic. */
|
| /trueos/contrib/binutils/bfd/ |
| HD | elfxx-sparc.c | 3402 if (((y & OP3(~0)) == OP3(0x3d) /* restore */ in _bfd_sparc_elf_relocate_section() 3403 || ((y & OP3(0x28)) == 0 /* arithmetic */ in _bfd_sparc_elf_relocate_section()
|