Lines Matching refs:Bit

102   DCHECK(instr->Bit(28) == 0x1);  in DecodePCRelAddressing()
122 if (instr->Bit(25) == 0) { in DecodeBranchSystemException()
130 if (instr->Bit(25) == 0) { in DecodeBranchSystemException()
131 if ((instr->Bit(24) == 0x1) || in DecodeBranchSystemException()
143 if (instr->Bit(25) == 0) { in DecodeBranchSystemException()
144 if (instr->Bit(24) == 0) { in DecodeBranchSystemException()
187 if ((instr->Bit(24) == 0x1) || in DecodeBranchSystemException()
216 if (instr->Bit(24) == 0) { in DecodeLoadStore()
217 if (instr->Bit(28) == 0) { in DecodeLoadStore()
218 if (instr->Bit(29) == 0) { in DecodeLoadStore()
219 if (instr->Bit(26) == 0) { in DecodeLoadStore()
230 if (instr->Bit(23) == 0) { in DecodeLoadStore()
242 if (instr->Bit(29) == 0) { in DecodeLoadStore()
254 if (instr->Bit(21) == 0) { in DecodeLoadStore()
284 if (instr->Bit(14) == 0) { in DecodeLoadStore()
297 if (instr->Bit(28) == 0) { in DecodeLoadStore()
298 if (instr->Bit(29) == 0) { in DecodeLoadStore()
305 if (instr->Bit(23) == 0) { in DecodeLoadStore()
313 if (instr->Bit(29) == 0) { in DecodeLoadStore()
336 if (instr->Bit(23) == 0) { in DecodeLogical()
357 } else if (instr->Bit(23) == 0) { in DecodeBitfieldExtract()
378 if (instr->Bit(23) == 1) { in DecodeAddSubImmediate()
391 if (instr->Bit(24) == 0) { in DecodeDataProcessing()
392 if (instr->Bit(28) == 0) { in DecodeDataProcessing()
409 if ((instr->Bit(29) == 0) || in DecodeDataProcessing()
413 if (instr->Bit(11) == 0) { in DecodeDataProcessing()
430 if (instr->Bit(29) == 0x1) { in DecodeDataProcessing()
433 if (instr->Bit(30) == 0) { in DecodeDataProcessing()
434 if ((instr->Bit(15) == 0x1) || in DecodeDataProcessing()
447 if ((instr->Bit(13) == 1) || in DecodeDataProcessing()
467 if (instr->Bit(28) == 0) { in DecodeDataProcessing()
468 if (instr->Bit(21) == 0) { in DecodeDataProcessing()
485 if ((instr->Bit(30) == 0x1) || in DecodeDataProcessing()
507 if (instr->Bit(28) == 0) { in DecodeFP()
510 if (instr->Bit(29) == 1) { in DecodeFP()
518 if (instr->Bit(24) == 0) { in DecodeFP()
519 if (instr->Bit(21) == 0) { in DecodeFP()
520 if ((instr->Bit(23) == 1) || in DecodeFP()
521 (instr->Bit(18) == 1) || in DecodeFP()
617 DCHECK(instr->Bit(30) == 0); in DecodeFP()