Searched defs:calleePreserved (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/debugger/arch/
H A DRegister.cpp13 Register(int32 index, const char* name, uint32 bitSize, uint32 valueType, register_type type, bool calleePreserved) argument
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp777 _AddRegister(int32 index, const char* name, uint32 bitSize, uint32 valueType, register_type type, bool calleePreserved) argument
788 _AddIntegerRegister(int32 index, const char* name, uint32 valueType, register_type type, bool calleePreserved) argument
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp852 _AddRegister(int32 index, const char* name, uint32 bitSize, uint32 valueType, register_type type, bool calleePreserved) argument
863 _AddIntegerRegister(int32 index, const char* name, uint32 valueType, register_type type, bool calleePreserved) argument

Completed in 84 milliseconds