Searched refs:imm18 (Results 1 – 2 of 2) sorted by relevance
625 void Mips64Assembler::Ldpc(GpuRegister rs, uint32_t imm18) { in Ldpc() argument626 CHECK(IsUint<18>(imm18)) << imm18; in Ldpc()627 EmitI21(0x3B, rs, (0x06 << 18) | imm18); in Ldpc()
524 void Ldpc(GpuRegister rs, uint32_t imm18); // MIPS64