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.h147 constexpr explicit Imm(T value) : value_(static_cast<int64_t>(value)) in Imm() function
154 constexpr explicit Imm(int64_t value) : value_(value) {}; in Imm() function
156 constexpr explicit Imm(double value) : value_(value) {}; in Imm() function
157 constexpr explicit Imm(float value) : value_(value) {}; in Imm() function
159 explicit Imm(double value) : value_(bit_cast<uint64_t>(value)) {}; in Imm() function
160 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.h486 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