llvm-6502/test/MC/Disassembler/Mips
Akira Hatanaka 9b06dd6ca2 [mips] Print instructions "beq", "bne" and "or" using assembler pseudo
instructions "beqz", "bnez" and "move", when possible.

beq $2, $zero, $L1 => beqz $2, $L1
bne $2, $zero, $L1 => bnez $2, $L1
or  $2, $3, $zero  => move $2, $3



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187229 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-26 18:34:25 +00:00
..
lit.local.cfg Add lit.local.cfg to run the tests in test/MC/Disassembler/Mips. 2012-05-31 00:49:56 +00:00
mips32_le.txt [mips] Print instructions "beq", "bne" and "or" using assembler pseudo 2013-07-26 18:34:25 +00:00
mips32.txt [mips] Increase the number of floating point control registers available to 32. 2013-07-01 20:31:44 +00:00
mips32r2_le.txt [mips] Increase the number of floating point control registers available to 32. 2013-07-01 20:31:44 +00:00
mips32r2.txt [mips] Increase the number of floating point control registers available to 32. 2013-07-01 20:31:44 +00:00
mips64_le.txt Use object file specific section type for initial text section 2013-04-14 21:18:36 +00:00
mips64.txt Use object file specific section type for initial text section 2013-04-14 21:18:36 +00:00
mips64r2_le.txt Use object file specific section type for initial text section 2013-04-14 21:18:36 +00:00
mips64r2.txt Use object file specific section type for initial text section 2013-04-14 21:18:36 +00:00
mips-dsp.txt [mips] DSP-ASE move from HI/LO register instructions. 2013-04-18 00:52:44 +00:00