Lines Matching refs:Bit
205 if (instr->Bit(10) == 1) { in FormatOption()
211 if (instr->Bit(0) == 1) { in FormatOption()
236 if (instr->Bit(0) == 1) { in FormatOption()
243 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()
483 if (instr->Bit(0) == 1) { in DecodeExt1()
674 if (instr->Bit(21)) { in DecodeExt2()
730 if (instr->Bit(21)) { in DecodeExt2()
1179 if (instr->Bit(21)) { in InstructionDecode()
1191 if (instr->Bit(21)) { in InstructionDecode()
1455 if (instr->Bit(0) == 0) { in InstructionDecode()