Home
last modified time | relevance | path

Searched defs: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() argument
54 #define INT_REG_ALIAS(ALIAS, ID) in IsCalleeSavedReg() argument
77 #define INT_REG_ALIAS(ALIAS, ID) in IsSpillReg() argument
100 #define INT_REG_ALIAS(ALIAS, ID) in IsExtraSpillReg() argument
/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() argument
68 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) in IsCalleeSavedReg() argument
94 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) in IsSpillReg() argument
120 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) in IsExtraSpillReg() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_isa.h53 #define INT_REG_ALIAS(ALIAS, ID) argument
67 #define INT_REG_ALIAS(ALIAS, ID) R##ALIAS = R##ID, argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_isa.h81 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) argument
96 #define INT_REG_ALIAS(ALIAS, ID, PREF32, PREF64) R##ALIAS = R##ID, argument