Lines Matching refs:Bit
206 if (instr->Bit(10) == 1) { in FormatOption()
212 if (instr->Bit(0) == 1) { in FormatOption()
237 if (instr->Bit(0) == 1) { in FormatOption()
244 if (instr->Bit(1) == 1) { in FormatOption()
281 value = (sh | (instr->Bit(1) << 5)); in FormatOption()
297 value = (instr->Bits(10, 6) | (instr->Bit(5) << 5)); in FormatOption()
305 value = (instr->Bits(10, 6) | (instr->Bit(5) << 5)); in FormatOption()
484 if (instr->Bit(0) == 1) { in DecodeExt1()
656 if (instr->Bit(21)) { in DecodeExt2()
712 if (instr->Bit(21)) { in DecodeExt2()
1149 if (instr->Bit(21)) { in InstructionDecode()
1161 if (instr->Bit(21)) { in InstructionDecode()
1425 if (instr->Bit(0) == 0) { in InstructionDecode()