Lines Matching refs:ZYDIS_REGCLASS_GPR32
909 (register_class == ZYDIS_REGCLASS_GPR32) || in ZydisCalcRegisterId()
1318 ZYDIS_REG_ENCODING_BASE, ZYDIS_REGCLASS_GPR32); in ZydisDecodeOperandMemory()
1347 … ZydisRegisterEncode(vidx_register_class ? vidx_register_class : ZYDIS_REGCLASS_GPR32, in ZydisDecodeOperandMemory()
1350 vidx_register_class ? vidx_register_class : ZYDIS_REGCLASS_GPR32)); in ZydisDecodeOperandMemory()
1474 ZYDIS_REGCLASS_GPR32, in ZydisDecodeOperandImplicitRegister()
1484 (instruction->address_width == 32) ? ZYDIS_REGCLASS_GPR32 : ZYDIS_REGCLASS_GPR64, in ZydisDecodeOperandImplicitRegister()
1495 (decoder->stack_width == ZYDIS_STACK_WIDTH_32) ? ZYDIS_REGCLASS_GPR32 : in ZydisDecodeOperandImplicitRegister()
1538 ZYDIS_REGCLASS_GPR32, in ZydisDecodeOperandImplicitMemory()
1661 register_class = ZYDIS_REGCLASS_GPR32; in ZydisDecodeOperands()
1671 … (instruction->operand_width == 32) ? ZYDIS_REGCLASS_GPR32 : ZYDIS_REGCLASS_GPR64); in ZydisDecodeOperands()
1677 (instruction->operand_width == 16) ? ZYDIS_REGCLASS_GPR32 : ( in ZydisDecodeOperands()
1678 … (instruction->operand_width == 32) ? ZYDIS_REGCLASS_GPR32 : ZYDIS_REGCLASS_GPR64); in ZydisDecodeOperands()
1684 (instruction->operand_width == 16) ? ZYDIS_REGCLASS_GPR16 : ZYDIS_REGCLASS_GPR32; in ZydisDecodeOperands()
1691 … (instruction->address_width == 32) ? ZYDIS_REGCLASS_GPR32 : ZYDIS_REGCLASS_GPR64); in ZydisDecodeOperands()