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.cpp31 #define INT_REG_ALIAS(ALIAS, ID) in IsAvailableReg() macro
54 #define INT_REG_ALIAS(ALIAS, ID) in IsCalleeSavedReg() macro
77 #define INT_REG_ALIAS(ALIAS, ID) in IsSpillReg() macro
100 #define INT_REG_ALIAS(ALIAS, ID) in IsExtraSpillReg() macro
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_abi.cpp36 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) in IsAvailableReg() macro
68 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) in IsCalleeSavedReg() macro
94 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) in IsSpillReg() macro
120 #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.h53 #define INT_REG_ALIAS(ALIAS, ID) macro
67 #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