Home
last modified time | relevance | path

Searched refs:op3 (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
Dldst-reg-pair.s44 .macro op3 op, reg, size, type macro
64 op3 stp, w, 4, \type
65 op3 ldp, w, 4, \type
67 op3 ldpsw, x, 4, \type
69 op3 stp, x, 8, \type
70 op3 ldp, x, 8, \type
72 op3 stp, s, 4, \type
73 op3 ldp, s, 4, \type
75 op3 stp, d, 8, \type
76 op3 ldp, d, 8, \type
[all …]
Dldst-reg-reg-offset.s42 .macro op3 op, reg, ext, imm=-1 macro
64 op3 \op, b, \ext
65 op3 \op, b, \ext, 0
66 op3 \op, h, \ext, 0
67 op3 \op, h, \ext, 1
68 op3 \op, s, \ext, 0
69 op3 \op, s, \ext, 2
70 op3 \op, d, \ext, 0
71 op3 \op, d, \ext, 3
72 op3 \op, q, \ext, 0
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Delf32-h8300.c1233 unsigned char op0, op1, op2, op3; in elf32_h8_relax_section() local
1287 op3 = bfd_get_8 (abfd, op_ptr + 3); in elf32_h8_relax_section()
1292 && (op3 & 0x80) == 0x80) in elf32_h8_relax_section()
1299 op3 &= ~0x08; in elf32_h8_relax_section()
1300 bfd_put_8 (abfd, op3, op_ptr + 3); in elf32_h8_relax_section()
1377 unsigned char op0, op1, op2, op3, op0n, op1n; in elf32_h8_relax_section() local
1391 op3 = bfd_get_8 (abfd, contents + irel->r_offset - 1); in elf32_h8_relax_section()
1398 if ((op1 & 0x8F) == 0x00 && (op3 & 0x70) == 0x20) in elf32_h8_relax_section()
1406 if ((op1 & 0x0F) == 0x00 && (op3 & 0x70) == 0x20) in elf32_h8_relax_section()
1421 op1n = (op3 & 0x8F) | (op1 & 0x70); in elf32_h8_relax_section()
/toolchain/binutils/binutils-2.25/include/opcode/
Dm88k.h441 OPSPEC op1,op2,op3; member
/toolchain/binutils/binutils-2.25/cpu/
Dip2k.cpu123 (dnf f-op3 "op3" () 15 3)
183 ; insn-op3: bits 15-13
184 (define-normal-insn-enum insn-op3 "op3 enums" () OP3_ f-op3
Dm32r.cpu490 (dnf f-op3 "op3" () 14 2)
1756 (+ OP1_5 dr OP2_15 accs (f-op3 0))
1773 (+ OP1_5 dr OP2_15 accs (f-op3 1))
1790 (+ OP1_5 dr OP2_15 accs (f-op3 2))
1818 (+ OP1_5 src1 OP2_7 accs (f-op3 0))
1841 (+ OP1_5 src1 OP2_7 accs (f-op3 1))
Dfr30.cpu145 (dnf f-op3 "3rd 4 bits of opcode" () 8 4)
247 ; insn-op3: bits 8-11
249 (define-normal-insn-enum insn-op3 "insn op3 enums" () OP3_ f-op3
Dxstormy16.cpu237 (dnf f-op3 "opcode" () 8 4)
238 (define-normal-insn-enum insn-op3 "insn op enums" () OP3_ f-op3
Dxc16x.cpu2397 (define-pmacro (sysctrl name insn opc1 opc2 op1 op2 op3)
2402 (+ opc1 opc2 (f-op-lbit4 op1) (f-op-bit4 op2) (f-data8 op3) (f-op-bit8 op3))
2897 ;BFLDL op1,op2,op3
2915 ;BFLDH op1,op2,op3
/toolchain/binutils/binutils-2.25/opcodes/
Dsparc-opc.c178 #define COMMUTEOP(opcode, op3, arch_mask) \ argument
179 { opcode, F3(2, op3, 0), F3(~2, ~op3, ~0)|ASI(~0), "1,2,d", 0, 0, 0, arch_mask }, \
180 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "1,i,d", 0, 0, 0, arch_mask }, \
181 { opcode, F3(2, op3, 1), F3(~2, ~op3, ~1), "i,1,d", 0, 0, 0, arch_mask }
Dm88k-dis.c737 printop (info, &(entry_ptr->instr->op3), instruction, pc, 0); in m88kdis()
DChangeLog-9297313 * sparc-opc.c (sparc_opcodes): Fix op3 field for fcmpq/fcmpeq.
/toolchain/binutils/binutils-2.25/gold/
Dsparc.cc3995 uint32_t op3, reg, off; in relax_call() local
4048 op3 = (delay_insn >> 19) & 0x3f; in relax_call()
4050 if (op3 != 0x3d in relax_call()
4051 && ((op3 & 0x28) != 0 || reg != 15)) in relax_call()
4056 if (op3 != 0x3d) in relax_call()
4105 if (op3 == 0x02 in relax_call()
Dx86_64.cc4116 unsigned char op3 = view[-1]; in tls_ie_to_le() local
4117 unsigned char reg = op3 >> 3; in tls_ie_to_le()