Home
last modified time | relevance | path

Searched refs:OP3 (Results 1 – 20 of 20) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Doperator1.C7 #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 Dh8300.h104 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 Dsparc.h196 #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 Dh8300.h105 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 Dsparc.h195 #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 Dcast_local.h158 #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 DR600Defines.h34 OP3 = (1 << 5), enumerator
H A DR600InstrInfo.cpp123 (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 Dtreelang.h78 #define OP3(a) (a->tp.pro.sub[4]) /* Exp operand3. */ macro
/openbsd/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreelang.h74 #define OP3(a) (a->tp.pro.sub[4]) /* Exp operand3. */ macro
/openbsd/sys/arch/sparc64/sparc64/
H A Ddb_disasm.c76 #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 Dh8300-dis.c411 opnr = ((looking_for & OP3) == OP3 ? 2
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dh8300-dis.c375 opnr = ((looking_for & OP3) == OP3 ? 2 in bfd_h8_disassemble()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-h8300.c876 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 Dtc-sparc.c3211 if ((delay & OP3 (~0)) != OP3 (0x3d) /* Restore. */
3212 && ((delay & OP3 (0x28)) != 0 /* Arithmetic. */
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-h8300.c895 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 Dtc-sparc.c3139 if ((delay & OP3 (~0)) != OP3 (0x3d) /* Restore. */
3140 && ((delay & OP3 (0x28)) != 0 /* Arithmetic. */
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf64-sparc.c2542 if (((y & OP3(~0)) == OP3(0x3d) /* restore */
2543 || ((y & OP3(0x28)) == 0 /* arithmetic */
H A Delf32-sparc.c2945 if (((y & OP3(~0)) == OP3(0x3d) /* restore */
2946 || ((y & OP3(0x28)) == 0 /* arithmetic */
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-sparc.c3390 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()