Home
last modified time | relevance | path

Searched refs:EncodeInt6 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/compiler/utils/riscv64/
H A Dassembler_riscv64.cc1316 EmitCI(0b010u, rd, EncodeInt6(imm), 0b01u); in CLi()
1331 EmitCI(0b000u, rd, EncodeInt6(nzimm), 0b01u); in CAddi()
1337 EmitCI(0b001u, rd, EncodeInt6(imm), 0b01u); in CAddiw()
H A Dassembler_riscv64.h2247 static constexpr uint32_t EncodeInt6(const int32_t imm) { return EncodeIntWidth<6>(imm); } in EncodeInt6() function