Home
last modified time | relevance | path

Searched defs:Imm (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Doperands.h158 constexpr explicit Imm(T value) : value_(static_cast<int64_t>(value)) in Imm() function
165 constexpr explicit Imm(int64_t value) : value_(value) {}; in Imm() function
167 constexpr explicit Imm(double value) : value_(value) {}; in Imm() function
168 constexpr explicit Imm(float value) : value_(value) {}; in Imm() function
170 explicit Imm(double value) : value_(bit_cast<uint64_t>(value)) {}; in Imm() function
171 explicit Imm(float value) : value_(bit_cast<uint32_t>(value)) {}; in Imm() function
/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp161 TEST(Operands, Imm) in TEST() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h382 IrConstructor &Imm(uint64_t imm) in Imm() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h487 IrConstructor &Imm(uint64_t imm) in Imm() function
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument