Home
last modified time | relevance | path

Searched defs:intParamRegSet (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_live.cpp20 static const std::set<regno_t> intParamRegSet = {RDI, RSI, RDX, RCX, R8, R9}; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc_lsra.h822 MapleSet<regno_t> intParamRegSet; /* parameters */ variable