Searched defs:INT_REG_ALIAS (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_abi.cpp | 29 #define INT_REG_ALIAS(ALIAS, ID) in IsAvailableReg() macro 52 #define INT_REG_ALIAS(ALIAS, ID) in IsCalleeSavedReg() macro 75 #define INT_REG_ALIAS(ALIAS, ID) in IsSpillReg() macro 98 #define INT_REG_ALIAS(ALIAS, ID) in IsExtraSpillReg() macro
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_abi.cpp | 35 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) in IsAvailableReg() macro 67 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) in IsCalleeSavedReg() macro 93 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) in IsSpillReg() macro 119 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) in IsExtraSpillReg() macro
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_isa.h | 52 #define INT_REG_ALIAS(ALIAS, ID) macro 66 #define INT_REG_ALIAS(ALIAS, ID) R##ALIAS = R##ID, macro
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_isa.h | 81 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) macro 96 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) R##ALIAS = R##ID, macro
|