Home
last modified time | relevance | path

Searched defs:Imm (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Doperands.h147 constexpr explicit Imm(T value) : value_(static_cast<int64_t>(value)) in Imm() function in ark::compiler::final
154 constexpr explicit Imm(int64_t value) : value_(value) {}; in Imm() function in ark::compiler::final
156 constexpr explicit Imm(double value) : value_(value) {}; in Imm() function in ark::compiler::final
157 constexpr explicit Imm(float value) : value_(value) {}; in Imm() function in ark::compiler::final
159 explicit Imm(double value) : value_(bit_cast<uint64_t>(value)) {}; in Imm() function in ark::compiler::final
160 explicit Imm(float value) : value_(bit_cast<uint32_t>(value)) {}; in Imm() function in ark::compiler::final
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dir_constructor.h382 IrConstructor &Imm(uint64_t imm) in Imm() function in panda::compiler::final
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h487 IrConstructor &Imm(uint64_t imm) in Imm() function in ark::compiler::final

Completed in 5 milliseconds