REGCLASS_GPR      367 third_party/mach_override/libudis86/decode.c     case REGCLASS_GPR : reg = decode_gpr(u, size, num); break;
REGCLASS_GPR      628 third_party/mach_override/libudis86/decode.c       decode_modrm_rm(u, operand, REGCLASS_GPR, 
REGCLASS_GPR      641 third_party/mach_override/libudis86/decode.c       decode_modrm_rm(u, operand, REGCLASS_GPR, size);
REGCLASS_GPR      644 third_party/mach_override/libudis86/decode.c       decode_modrm_reg(u, operand, REGCLASS_GPR, size);
REGCLASS_GPR      695 third_party/mach_override/libudis86/decode.c       decode_reg(u, operand, REGCLASS_GPR, 
REGCLASS_GPR      702 third_party/mach_override/libudis86/decode.c       decode_reg(u, operand, REGCLASS_GPR, 0, size);
REGCLASS_GPR      707 third_party/mach_override/libudis86/decode.c       decode_reg(u, operand, REGCLASS_GPR, 1, size);
REGCLASS_GPR      712 third_party/mach_override/libudis86/decode.c       decode_reg(u, operand, REGCLASS_GPR, 2, size);
REGCLASS_GPR      738 third_party/mach_override/libudis86/decode.c       decode_modrm_rm(u, operand, REGCLASS_GPR, size);