Searched defs:Imm (Results 1 – 5 of 5) sorted by relevance
158 constexpr explicit Imm(T value) : value_(static_cast<int64_t>(value)) in Imm() function165 constexpr explicit Imm(int64_t value) : value_(value) {}; in Imm() function167 constexpr explicit Imm(double value) : value_(value) {}; in Imm() function168 constexpr explicit Imm(float value) : value_(value) {}; in Imm() function170 explicit Imm(double value) : value_(bit_cast<uint64_t>(value)) {}; in Imm() function171 explicit Imm(float value) : value_(bit_cast<uint32_t>(value)) {}; in Imm() function
161 TEST(Operands, Imm) in TEST() argument
382 IrConstructor &Imm(uint64_t imm) in Imm() function
487 IrConstructor &Imm(uint64_t imm) in Imm() function
2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument