Home
last modified time | relevance | path

Searched refs:Operands (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp31 TEST(Operands, TypeInfo) in TEST() argument
144 TEST(Operands, Reg) in TEST() argument
161 TEST(Operands, Imm) in TEST() argument
327 TEST(Operands, MemRef) in TEST() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h564 struct Operands { struct
2891 constexpr size_t OPERANDS_SIZE = sizeof(Operands<InstType::INPUT_COUNT>); in New()
2892 constexpr auto ALIGNMENT {GetLogAlignment(alignof(Operands<InstType::INPUT_COUNT>))}; in New()
2897 auto operands = new (reinterpret_cast<void *>(data)) Operands<InstType::INPUT_COUNT>; in New()
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md15 also known as operation's _operands_. Operands may be _registers_ (very fast "variables" located