Searched refs:ZYDIS_REGCLASS_GPR32 (Results 1 – 4 of 4) sorted by relevance
/haiku/src/libs/zydis/Zydis/Generated/ |
H A D | RegisterLookup.inc | 40 /* EAX */ { ZYDIS_REGCLASS_GPR32, 0, 32, 32 }, 41 /* ECX */ { ZYDIS_REGCLASS_GPR32, 1, 32, 32 }, 42 /* EDX */ { ZYDIS_REGCLASS_GPR32, 2, 32, 32 }, 43 /* EBX */ { ZYDIS_REGCLASS_GPR32, 3, 32, 32 }, 44 /* ESP */ { ZYDIS_REGCLASS_GPR32, 4, 32, 32 }, 45 /* EBP */ { ZYDIS_REGCLASS_GPR32, 5, 32, 32 }, 46 /* ESI */ { ZYDIS_REGCLASS_GPR32, 6, 32, 32 }, 47 /* EDI */ { ZYDIS_REGCLASS_GPR32, 7, 32, 32 }, 48 /* R8D */ { ZYDIS_REGCLASS_GPR32, 8, 32, 32 }, 49 /* R9D */ { ZYDIS_REGCLASS_GPR32, 9, 32, 32 }, [all …]
|
/haiku/src/libs/zydis/Zydis/ |
H A D | Register.c | 236 case ZYDIS_REGCLASS_GPR32: in ZydisRegisterGetLargestEnclosing() 243 return REG_CLASS_LOOKUP[ZYDIS_REGCLASS_GPR32].lo + reg_id; in ZydisRegisterGetLargestEnclosing()
|
H A D | Decoder.c | 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() [all …]
|
/haiku/headers/libs/zydis/Zydis/ |
H A D | Register.h | 122 ZYDIS_REGCLASS_GPR32, enumerator
|