Home
last modified time | relevance | path

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/
Dx64_abi.cpp29 #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/
Daarch64_abi.cpp35 #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/
Dx64_isa.h52 #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/
Daarch64_isa.h81 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) macro
96 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) R##ALIAS = R##ID, macro