Searched refs:postreg (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dneon-vfp-reglist-post.s35 .macro ldst1_reg_list_post_reg inst type postreg
36 \inst\()1 {v0.\type}, [x0], \postreg
37 \inst\()1 {v0.\type, v1.\type}, [x0], \postreg
38 \inst\()1 {v0.\type, v1.\type, v2.\type}, [x0], \postreg
39 \inst\()1 {v0.\type, v1.\type, v2.\type, v3.\type}, [x0], \postreg
48 .macro ldst2_reg_list_post_imm_reg_64 inst type postreg
50 .ifnb \postreg
51 \inst\()2 {v0.\type, v1.\type}, [x0], \postreg
55 .macro ldst2_reg_list_post_imm_reg_128 inst type postreg
57 .ifnb \postreg
[all...]
H A Dillegal.s242 .macro ldst2_reg_list_post_imm_reg_64 inst type postreg
245 .ifnb \postreg
246 \inst\()2 {v0.\type, v2.\type}, [x0], \postreg
247 \inst\()2 {v0.\type, v1.\type, v2.\type, v3.\type}, [x0], \postreg
251 .macro ldst2_reg_list_post_imm_reg_128 inst type postreg
254 .ifnb \postreg
255 \inst\()2 {v0.\type, v2.\type}, [x0], \postreg
256 \inst\()2 {v0.\type, v1.\type, v2.\type, v3.\type}, [x0], \postreg
272 .macro ldst34_reg_list_post_imm_reg_64 inst type postreg
275 \inst\()3 {v0.\type, v2.\type, v4.\type}, [x0], \postreg
[all...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c21211 int postreg = inst.operands[1].imm & 0xf;
21214 constraint (postreg == 0xd || postreg == 0xf,
21216 inst.instruction |= postreg;
21205 int postreg = inst.operands[1].imm & 0xf; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c21145 int postreg = inst.operands[1].imm & 0xf;
21148 constraint (postreg == 0xd || postreg == 0xf,
21150 inst.instruction |= postreg;
21139 int postreg = inst.operands[1].imm & 0xf; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c21211 int postreg = inst.operands[1].imm & 0xf;
21214 constraint (postreg == 0xd || postreg == 0xf,
21216 inst.instruction |= postreg;
21205 int postreg = inst.operands[1].imm & 0xf; local

Completed in 475 milliseconds