Searched defs:imm7 (Results 1 – 3 of 3) sorted by relevance
361 const uint32_t imm7 = bits(opcode, 6, 0); in ThumbImm7Scaled() local
700 uint32_t imm7 = Bits32(opcode, 21, 15); in EmulateLDPSTP() local
370 uint16_t imm7 = extractBits(val, 7, 7) << 6; in relocate() local