Searched refs:register_type (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/debugger/arch/
H A DRegister.h19 enum register_type { enum
33 register_type type, bool calleePreserved);
41 register_type Type() const { return fType; }
51 register_type fType;
/haiku/src/kits/debugger/arch/
H A DRegister.cpp14 uint32 valueType, register_type type, bool calleePreserved)
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h94 register_type type, bool calleePreserved);
97 register_type type, bool calleePreserved);
H A DArchitectureX86.cpp778 uint32 bitSize, uint32 valueType, register_type type, bool calleePreserved)
789 uint32 valueType, register_type type, bool calleePreserved)
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.h94 register_type type, bool calleePreserved);
97 register_type type, bool calleePreserved);
H A DArchitectureX8664.cpp853 uint32 bitSize, uint32 valueType, register_type type, bool calleePreserved)
864 uint32 valueType, register_type type, bool calleePreserved)

Completed in 54 milliseconds