Lines Matching refs:Bits
20 if (instr->Bits(28, 27) == 0) { in Decode()
23 switch (instr->Bits(27, 24)) { in Decode()
99 DCHECK(instr->Bits(27, 24) == 0x0); in DecodePCRelAddressing()
109 DCHECK((instr->Bits(27, 24) == 0x4) || in DecodeBranchSystemException()
110 (instr->Bits(27, 24) == 0x5) || in DecodeBranchSystemException()
111 (instr->Bits(27, 24) == 0x6) || in DecodeBranchSystemException()
112 (instr->Bits(27, 24) == 0x7) ); in DecodeBranchSystemException()
114 switch (instr->Bits(31, 29)) { in DecodeBranchSystemException()
145 if ((instr->Bits(4, 2) != 0) || in DecodeBranchSystemException()
159 if (instr->Bits(23, 22) == 0) { in DecodeBranchSystemException()
161 if ((instr->Bits(21, 19) == 0x4) || in DecodeBranchSystemException()
188 (instr->Bits(20, 16) != 0x1F) || in DecodeBranchSystemException()
189 (instr->Bits(15, 10) != 0) || in DecodeBranchSystemException()
190 (instr->Bits(4, 0) != 0) || in DecodeBranchSystemException()
191 (instr->Bits(24, 21) == 0x3) || in DecodeBranchSystemException()
192 (instr->Bits(24, 22) == 0x3)) { in DecodeBranchSystemException()
211 DCHECK((instr->Bits(27, 24) == 0x8) || in DecodeLoadStore()
212 (instr->Bits(27, 24) == 0x9) || in DecodeLoadStore()
213 (instr->Bits(27, 24) == 0xC) || in DecodeLoadStore()
214 (instr->Bits(27, 24) == 0xD) ); in DecodeLoadStore()
233 if ((instr->Bits(31, 30) == 0x3) || in DecodeLoadStore()
263 switch (instr->Bits(11, 10)) { in DecodeLoadStore()
291 if (instr->Bits(11, 10) == 0x2) { in DecodeLoadStore()
309 if ((instr->Bits(31, 30) == 0x3) || in DecodeLoadStore()
339 DCHECK(instr->Bits(27, 24) == 0x2); in DecodeLogical()
347 if (instr->Bits(30, 29) == 0x1) { in DecodeLogical()
359 DCHECK(instr->Bits(27, 24) == 0x3); in DecodeBitfieldExtract()
385 DCHECK(instr->Bits(27, 24) == 0x1); in DecodeAddSubImmediate()
396 DCHECK((instr->Bits(27, 24) == 0xA) || in DecodeDataProcessing()
397 (instr->Bits(27, 24) == 0xB) ); in DecodeDataProcessing()
407 switch (instr->Bits(23, 21)) { in DecodeDataProcessing()
443 (instr->Bits(15, 11) == 0) || in DecodeDataProcessing()
444 (instr->Bits(15, 12) == 0x1) || in DecodeDataProcessing()
445 (instr->Bits(15, 12) == 0x3) || in DecodeDataProcessing()
446 (instr->Bits(15, 13) == 0x3) || in DecodeDataProcessing()
456 (instr->Bits(20, 16) != 0) || in DecodeDataProcessing()
457 (instr->Bits(15, 14) != 0) || in DecodeDataProcessing()
477 if ((instr->Bits(23, 22) == 0x3) || in DecodeDataProcessing()
494 (instr->Bits(30, 29) == 0x1) || in DecodeDataProcessing()
512 DCHECK((instr->Bits(27, 24) == 0xE) || in DecodeFP()
513 (instr->Bits(27, 24) == 0xF) ); in DecodeFP()
521 if (instr->Bits(31, 30) == 0x3) { in DecodeFP()
523 } else if (instr->Bits(31, 30) == 0x1) { in DecodeFP()
540 if (instr->Bits(15, 10) == 32) { in DecodeFP()
542 } else if (instr->Bits(15, 10) == 0) { in DecodeFP()
543 if ((instr->Bits(23, 22) == 0x3) || in DecodeFP()
563 } else if (instr->Bits(14, 10) == 16) { in DecodeFP()
580 } else if (instr->Bits(13, 10) == 8) { in DecodeFP()
581 if ((instr->Bits(15, 14) != 0) || in DecodeFP()
582 (instr->Bits(2, 0) != 0) || in DecodeFP()
588 } else if (instr->Bits(12, 10) == 4) { in DecodeFP()
589 if ((instr->Bits(9, 5) != 0) || in DecodeFP()
599 switch (instr->Bits(11, 10)) { in DecodeFP()
605 if ((instr->Bits(15, 14) == 0x3) || in DecodeFP()
641 DCHECK(instr->Bits(29, 25) == 0x6); in DecodeAdvSIMDLoadStore()
649 DCHECK(instr->Bits(27, 25) == 0x7); in DecodeAdvSIMDDataProcessing()