Searched defs:Imm (Results 1 – 5 of 5) sorted by relevance
147 constexpr explicit Imm(T value) : value_(static_cast<int64_t>(value)) in Imm() function154 constexpr explicit Imm(int64_t value) : value_(value) {}; in Imm() function156 constexpr explicit Imm(double value) : value_(value) {}; in Imm() function157 constexpr explicit Imm(float value) : value_(value) {}; in Imm() function159 explicit Imm(double value) : value_(bit_cast<uint64_t>(value)) {}; in Imm() function160 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
486 IrConstructor &Imm(uint64_t imm) in Imm() function
2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument