Home
last modified time | relevance | path

Searched defs:Reg (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dscoped_tmp_reg.h86 operator Reg() const in Reg() function
Doperands.h74 constexpr Reg(RegIDType id, TypeInfo type) : id_(id), type_(type) {} in Reg() function
Dcodegen.cpp1682 bool Codegen::EnsureParamsFitIn32Bit(std::initializer_list<std::variant<Reg, TypedImm>> params) in EnsureParamsFitIn32Bit()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.h191 inline Register Reg() const in Reg() function
/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp144 TEST(Operands, Reg) in TEST() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_operands.cpp173 TEST(Operands, Reg) in TEST() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Doperand.h43 enum Reg : uint16 { enum