<<>> <> <> <> <> <> <> <<>> DIRECTORY RS6000Architecture, RS6000Manger; RS6000Breakpoint: CEDAR DEFINITIONS ~ { <<>> <> <> <> <> <> <> <> <> <> <<>> <<--bl ._save_regs -- call the register save routine.(to r1+56's)>> <> <> <> <> <> <<>> <> <> <> <> <<>> <<--bl clientProc -- call client proc.>> <> <> <> <> <> <> <> <<>> <> <<--bl ._restore_regs -- call the register restore routine.>> <<>> <> <> <> <> <> <<>> <> <> <> <> <<>> <> registerSaveArea: NAT ~ 64 * BYTES[RS6000Architecture.RS6000Contents]; <<64 words for saving the rest of the registers.>> <> <> PatchStruct: TYPE ~ MACHINE DEPENDENT RECORD [ closureCaller: ClosureCaller, manger: RS6000Manger.Manger ]; ClosureCaller: TYPE ~ MACHINE DEPENDENT RECORD [ stu: RS6000Architecture.RS6000Instruction, stm: RS6000Architecture.RS6000Instruction, mfspr: RS6000Architecture.RS6000Instruction, st: RS6000Architecture.RS6000Instruction, liu0: RS6000Architecture.RS6000Instruction, oril0: RS6000Architecture.RS6000Instruction, st0: RS6000Architecture.RS6000Instruction, <> <<>> mfmq: RS6000Architecture.RS6000Instruction, mfxer: RS6000Architecture.RS6000Instruction, mfctr: RS6000Architecture.RS6000Instruction, mfcr: RS6000Architecture.RS6000Instruction, stm1: RS6000Architecture.RS6000Instruction, <<>> liu: RS6000Architecture.RS6000Instruction, oril: RS6000Architecture.RS6000Instruction, liu2: RS6000Architecture.RS6000Instruction, oril2: RS6000Architecture.RS6000Instruction, <> liu3: RS6000Architecture.RS6000Instruction, oril3: RS6000Architecture.RS6000Instruction, mtspr3: RS6000Architecture.RS6000Instruction, liu4: RS6000Architecture.RS6000Instruction, oril4: RS6000Architecture.RS6000Instruction, mtspr4: RS6000Architecture.RS6000Instruction, bctr: RS6000Architecture.RS6000Instruction, <> lm1: RS6000Architecture.RS6000Instruction, mtmq: RS6000Architecture.RS6000Instruction, mtxer: RS6000Architecture.RS6000Instruction, mtctr: RS6000Architecture.RS6000Instruction, mtcrf: RS6000Architecture.RS6000Instruction, l: RS6000Architecture.RS6000Instruction, mtspr: RS6000Architecture.RS6000Instruction, lm: RS6000Architecture.RS6000Instruction, ai: RS6000Architecture.RS6000Instruction ]; }.