Searched refs:bit_pos (Results 1 – 2 of 2) sorted by relevance
1150 integer bit_pos = UInt(b5:b40); in EmulateTBZ()1158 uint32_t bit_pos = (Bit32(opcode, 31) << 6) | (Bits32(opcode, 23, 19)); in EmulateTBZ() local1167 if (m_ignore_conditions || Bit32(operand, bit_pos) == bit_val) { in EmulateTBZ()
75 bool SignExtend(uint32_t bit_pos);