Lines Matching refs:Bit
257 if (instr->Bit(10) == 1) {
263 if (instr->Bit(0) == 1) {
278 if (instr->Bit(0) == 1) {
331 // Link (LK) Bit 0
332 if (instr->Bit(0) == 1) {
338 // Absolute Address Bit 1
339 if (instr->Bit(1) == 1) {
377 value = (sh | (instr->Bit(1) << 5));
394 value = (instr->Bits(10, 6) | (instr->Bit(5) << 5));
402 value = (instr->Bits(10, 6) | (instr->Bit(5) << 5));
470 DCHECK_NE(instr->Bit(20), 1);
730 if (instr->Bit(0) == 1) {
982 if (instr->Bit(21)) {
1056 if (instr->Bit(21)) {
1587 if (instr->Bit(21)) {
1599 if (instr->Bit(21)) {
1871 if (instr->Bit(0) == 0) {