Home
last modified time | relevance | path

Searched defs:high_bits (Results 1 – 1 of 1) sorted by relevance

/art/disassembler/
Ddisassembler_riscv64.cc747 uint32_t high_bits = insn32 & (narrow ? 0xfe000000u : 0xfc000000u); in Print32BinOpImm() local
778 uint32_t high_bits = insn32 & 0xfe000000u; in Print32BinOp() local