Lines Matching defs:gpr
2567 /* Vector VMOV between gpr and half precision register, op == 0. */
2573 /* Vector VMOV between gpr and half precision register, op == 1. */
2690 /* Vector VMOV Vector lane to gpr. */
5683 unsigned long p, w, gpr, imm, add, mod_imm;
5692 gpr = arm_decode_field (given, 16, 18);
5697 gpr = arm_decode_field (given, 16, 18);
5703 gpr = arm_decode_field (given, 16, 19);
5709 gpr = arm_decode_field (given, 16, 19);
5715 gpr = arm_decode_field (given, 16, 19);
5736 func (stream, dis_style_register, "%s", arm_regnames[gpr]);
6214 unsigned long gpr = arm_decode_field (given, 12, 15);
6215 if (gpr == 0xd)
6220 else if (gpr == 0xf)
6256 unsigned long gpr = arm_decode_field (given, 0, 3);
6257 if (gpr == 0xd)
6262 else if (gpr == 0xf)
6523 unsigned long gpr = arm_decode_field (given, 0, 3);
6524 if (gpr == 0xd)
6529 else if (gpr == 0xf)
6662 unsigned long gpr = arm_decode_field (given, 9, 11);
6663 gpr = ((gpr << 1) | 1);
6664 if (gpr == 0xd)
6669 else if (gpr == 0xf)