/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
H A D | operator1.C | 7 #define OP3(n) OP2(n##0) OP2(n##1) OP2(n##2) OP2(n##3) OP2(n##4) macro 9 OP3(0) OP3(1) OP3(2) OP3(3) OP3(4) OP3(5)
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | h8300.h | 104 OP3 = 0x40000, enumerator 142 R3_8 = OP3 | L_8 | REG, 143 R3_16 = OP3 | L_16 | REG, 144 R3_32 = OP3 | L_32 | REG, 155 OP3PCREL8 = OP3 | PCREL | L_8, 156 OP3PCREL16 = OP3 | PCREL | L_16, 193 ABS8OP3 = OP3 | ABS | L_8, 194 ABS16OP3 = OP3 | ABS | L_16U, 195 ABS24OP3 = OP3 | ABS | L_24, 196 ABS32OP3 = OP3 | ABS | L_32, [all …]
|
H A D | sparc.h | 196 #define OP3(x) (((x)&0x3f) << 19) /* op3 field of format3 insns */ macro 200 #define F3F(x, y, z) (OP(x) | OP3(y) | OPF(z)) /* format3 float insns */ 203 #define F3(x, y, z) (OP(x) | OP3(y) | F3I(z)) /* format3 insns */
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | h8300.h | 105 OP3 = 0x40000, enumerator 143 R3_8 = OP3 | L_8 | REG, 144 R3_16 = OP3 | L_16 | REG, 145 R3_32 = OP3 | L_32 | REG, 156 OP3PCREL8 = OP3 | PCREL | L_8, 157 OP3PCREL16 = OP3 | PCREL | L_16, 194 ABS8OP3 = OP3 | ABS | L_8, 195 ABS16OP3 = OP3 | ABS | L_16U, 196 ABS24OP3 = OP3 | ABS | L_24, 197 ABS32OP3 = OP3 | ABS | L_32, [all …]
|
H A D | 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. */
|
/openbsd/lib/libcrypto/cast/ |
H A D | cast_local.h | 158 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 167 CAST_S_table1+((t<<C_3)&C_M)))&0xffffffffL) OP3 \ 174 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 191 t=(t OP3 *(CAST_LONG *)((unsigned char *)CAST_S_table2+u)&0xffffffffL);\ 196 #define E_CAST(n,key,L,R,OP1,OP2,OP3) \ argument 205 L^=(((((a OP2 b)&0xffffffffL) OP3 c)&0xffffffffL) OP1 d)&0xffffffffL; \
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600Defines.h | 34 OP3 = (1 << 5), enumerator
|
H A D | R600InstrInfo.cpp | 123 (TargetFlags & R600_InstFlag::OP3)); in hasInstrModifiers() 1383 bool IsOP3 = (TargetFlags & R600_InstFlag::OP3) == R600_InstFlag::OP3; in getFlagOp()
|
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | treelang.h | 78 #define OP3(a) (a->tp.pro.sub[4]) /* Exp operand3. */ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | treelang.h | 74 #define OP3(a) (a->tp.pro.sub[4]) /* Exp operand3. */ macro
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | db_disasm.c | 76 #define OP3(x) (((x) & 0x3f) << 19) macro 106 #define FORMAT3(a,b,c) (OP(a) | OP3(b) | F3I(c)) 107 #define FORMAT3F(a,b,c) (OP(a) | OP3(b) | OPF(c))
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | h8300-dis.c | 411 opnr = ((looking_for & OP3) == OP3 ? 2
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | h8300-dis.c | 375 opnr = ((looking_for & OP3) == OP3 ? 2 in bfd_h8_disassemble()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-h8300.c | 876 get_operand (&ptr, operand + 2, OP3); in get_operands() 944 get_operand (&ptr, operand + 2, OP3); in get_mova_operands() 1426 d = (c & OP3) == OP3 ? 2 : (c & DST) == DST ? 1 : 0; in build_bytes()
|
H A D | tc-sparc.c | 3211 if ((delay & OP3 (~0)) != OP3 (0x3d) /* Restore. */ 3212 && ((delay & OP3 (0x28)) != 0 /* Arithmetic. */
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-h8300.c | 895 get_operand (&ptr, operand + 2, OP3); in get_operands() 963 get_operand (&ptr, operand + 2, OP3); in get_mova_operands() 1453 d = (c & OP3) == OP3 ? 2 : (c & DST) == DST ? 1 : 0; in build_bytes()
|
H A D | tc-sparc.c | 3139 if ((delay & OP3 (~0)) != OP3 (0x3d) /* Restore. */ 3140 && ((delay & OP3 (0x28)) != 0 /* Arithmetic. */
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf64-sparc.c | 2542 if (((y & OP3(~0)) == OP3(0x3d) /* restore */ 2543 || ((y & OP3(0x28)) == 0 /* arithmetic */
|
H A D | elf32-sparc.c | 2945 if (((y & OP3(~0)) == OP3(0x3d) /* restore */ 2946 || ((y & OP3(0x28)) == 0 /* arithmetic */
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elfxx-sparc.c | 3390 if (((y & OP3(~0)) == OP3(0x3d) /* restore */ in _bfd_sparc_elf_relocate_section() 3391 || ((y & OP3(0x28)) == 0 /* arithmetic */ in _bfd_sparc_elf_relocate_section()
|