HomeSort by relevance Sort by last modified time
    Searched full:blezl (Results 26 - 50 of 70) sorted by null

12 3

  /toolchain/binutils/binutils-2.25/cpu/
iq2000m.cpu 71 (dni blezl "branch if less than or equal to zero likely" (MACH2000 USES-RS)
72 "blezl $rs,$offset"
iq10.cpu 218 (dni blezl-q10 "branch if less than or equal to zero likely" (MACH10 USES-RS)
219 "blezl $rs,$offset"
    [all...]
iq2000.cpu 244 ("COP0" 16) ("COP1" 17) ("COP2" 18) ("COP3" 19) ("BEQL" 20) ("BNEL" 21) ("BLEZL" 22) ("BGTZL" 23)
259 (("BLTZ" 0) ("BGEZ" 1) ("BLTZL" 2) ("BGEZL" 3) ("BLEZ" 4) ("BGTZ" 5) ("BLEZL" 6) ("BGTZL" 7)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
relax-at.d 124 00000150 <foo\+0x150> blezl v0,00000160 <foo\+0x160>
317 000203a0 <bar\+0x150> blezl v0,000203b0 <bar\+0x160>
relax.d 123 00000150 <foo\+0x150> blezl v0,00000160 <foo\+0x160>
316 000203a0 <bar\+0x150> blezl v0,000203b0 <bar\+0x160>
r6-removed.l 27 .*:28: Error: opcode not supported on this processor: .* \(.*\) `blezl \$28,1f'
  /external/v8/src/mips/
constants-mips.h 352 BLEZL = ((2U << 3) + 6) << kOpcodeShift,
391 POP26 = BLEZL, // bgezc, blezc, bgec/blec
898 OpcodeToBitNumber(BLEZL) | OpcodeToBitNumber(BGTZL) |
    [all...]
assembler-mips.cc 467 opcode == BEQL || opcode == BNEL || opcode == BLEZL || opcode == BGTZL ||
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 337 BLEZL = ((2U << 3) + 6) << kOpcodeShift,
387 POP26 = BLEZL, // bgezc, blezc, bgec/blec
944 OpcodeToBitNumber(BNEL) | OpcodeToBitNumber(BLEZL) |
    [all...]
assembler-mips64.cc 441 opcode == BEQL || opcode == BNEL || opcode == BLEZL || opcode == BGTZL ||
    [all...]
  /external/llvm/test/MC/Disassembler/Mips/mips2/
valid-mips2-el.txt 28 0xe7 0x02 0xc0 0x58 # CHECK: blezl $6, 2976
valid-mips2.txt 150 0x58 0xc0 0x02 0xe7 # CHECK: blezl $6, 2976
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-mips32.c 178 return (op >> 2 == 5 /* BEQL, BNEL, BLEZL, BGTZL: bits 0101xx */
valgrind-low-mips64.c 179 return (op >> 2 == 5 /* BEQL, BNEL, BLEZL, BGTZL: bits 0101xx */
  /external/llvm/test/MC/Mips/mips64/
valid.s 39 blezl $6,2974 # CHECK: blezl $6, 2974 # encoding: [0x58,0xc0,0x02,0xe7]
  /external/llvm/test/MC/Mips/mips64r2/
valid.s 39 blezl $6,2974 # CHECK: blezl $6, 2974 # encoding: [0x58,0xc0,0x02,0xe7]
  /external/llvm/test/MC/Mips/mips64r3/
valid.s 39 blezl $6,2974 # CHECK: blezl $6, 2974 # encoding: [0x58,0xc0,0x02,0xe7]
  /external/llvm/test/MC/Mips/mips64r5/
valid.s 39 blezl $6,2974 # CHECK: blezl $6, 2974 # encoding: [0x58,0xc0,0x02,0xe7]
  /external/llvm/test/MC/Disassembler/Mips/mips3/
valid-mips3-el.txt 28 0xe7 0x02 0xc0 0x58 # CHECK: blezl $6, 2976
valid-mips3.txt 197 0x58 0xc0 0x02 0xe7 # CHECK: blezl $6, 2976
  /external/llvm/test/MC/Disassembler/Mips/mips4/
valid-mips4-el.txt 32 0xe7 0x02 0xc0 0x58 # CHECK: blezl $6, 2976
valid-mips4.txt 219 0x58 0xc0 0x02 0xe7 # CHECK: blezl $6, 2976
  /system/core/libpixelflinger/codeflinger/
mips_disassem.c 71 /*16 */ "cop0", "cop1", "cop2", "cop3", "beql", "bnel", "blezl","bgtzl",
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 633 // (otherwise we would have matched the BLEZL instruction from the earlier
769 // (otherwise we would have matched the BLEZL instruction from the earlier
    [all...]
  /external/llvm/test/MC/Disassembler/Mips/mips32/
valid-mips32.txt 277 0x58 0xc0 0x02 0xe7 # CHECK: blezl $6, 2976

Completed in 336 milliseconds

12 3