equal
deleted
inserted
replaced
41 # include "adfiles/adGlobals_zero.hpp" |
41 # include "adfiles/adGlobals_zero.hpp" |
42 #endif |
42 #endif |
43 #ifdef TARGET_ARCH_MODEL_arm |
43 #ifdef TARGET_ARCH_MODEL_arm |
44 # include "adfiles/adGlobals_arm.hpp" |
44 # include "adfiles/adGlobals_arm.hpp" |
45 #endif |
45 #endif |
46 #ifdef TARGET_ARCH_MODEL_ppc |
46 #ifdef TARGET_ARCH_MODEL_ppc_32 |
47 # include "adfiles/adGlobals_ppc.hpp" |
47 # include "adfiles/adGlobals_ppc_32.hpp" |
|
48 #endif |
|
49 #ifdef TARGET_ARCH_MODEL_ppc_64 |
|
50 # include "adfiles/adGlobals_ppc_64.hpp" |
48 #endif |
51 #endif |
49 |
52 |
50 // Some fun naming (textual) substitutions: |
53 // Some fun naming (textual) substitutions: |
51 // |
54 // |
52 // RegMask::get_low_elem() ==> RegMask::find_first_elem() |
55 // RegMask::get_low_elem() ==> RegMask::find_first_elem() |