/external/v8/src/mips64/ |
constants-mips64.h | 336 BNEL = ((2U << 3) + 5) << kOpcodeShift, 944 OpcodeToBitNumber(BNEL) | OpcodeToBitNumber(BLEZL) | [all...] |
/external/llvm/test/MC/Disassembler/Mips/mips2/ |
valid-mips2.txt | 149 0x57 0x94 0x04 0xfc # CHECK: bnel $gp, $20, 5108
|
/external/llvm/test/MC/Disassembler/Mips/mips3/ |
valid-mips3-el.txt | 31 0xfc 0x04 0x94 0x57 # CHECK: bnel $gp, $20, 5108
|
valid-mips3.txt | 196 0x57 0x94 0x04 0xfc # CHECK: bnel $gp, $20, 5108
|
/external/llvm/test/MC/Disassembler/Mips/mips4/ |
valid-mips4-el.txt | 35 0xfc 0x04 0x94 0x57 # CHECK: bnel $gp, $20, 5108
|
valid-mips4.txt | 218 0x57 0x94 0x04 0xfc # CHECK: bnel $gp, $20, 5108
|
/system/core/libpixelflinger/codeflinger/ |
mips_disassem.c | 71 /*16 */ "cop0", "cop1", "cop2", "cop3", "beql", "bnel", "blezl","bgtzl",
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
common.d | 51 a0: (40 86 00 01|01 00 86 40) bnel- 1,a0 <start\+0xa0>
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
r6-removed.l | 31 .*:32: Error: opcode not supported on this processor: .* \(.*\) `bnel \$28,\$29,1f'
|
micromips.s | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.td | [all...] |
/external/llvm/test/MC/Disassembler/Mips/mips32/ |
valid-mips32.txt | 276 0x57 0x94 0x04 0xfc # CHECK: bnel $gp, $20, 5108
|
/external/llvm/test/MC/Disassembler/Mips/mips32r2/ |
valid-mips32r2.txt | 304 0x57 0x94 0x04 0xfc # CHECK: bnel $gp, $20, 5108
|
/external/llvm/test/MC/Disassembler/Mips/mips32r3/ |
valid-mips32r3.txt | 301 0x57 0x94 0x04 0xfc # CHECK: bnel $gp, $20, 5108
|
/external/llvm/test/MC/Disassembler/Mips/mips32r5/ |
valid-mips32r5.txt | 302 0x57 0x94 0x04 0xfc # CHECK: bnel $gp, $20, 5108
|
/external/llvm/test/MC/Disassembler/Mips/mips64/ |
valid-mips64.txt | 339 0x57 0x94 0x04 0xfc # CHECK: bnel $gp, $20, 5108
|
/external/llvm/test/MC/Disassembler/Mips/mips64r2/ |
valid-mips64r2.txt | 361 0x57 0x94 0x04 0xfc # CHECK: bnel $gp, $20, 5108
|
/external/llvm/test/MC/Disassembler/Mips/mips64r3/ |
valid-mips64r3.txt | 359 0x57 0x94 0x04 0xfc # CHECK: bnel $gp, $20, 5108
|
/external/llvm/test/MC/Disassembler/Mips/mips64r5/ |
valid-mips64r5.txt | 359 0x57 0x94 0x04 0xfc # CHECK: bnel $gp, $20, 5108
|
/toolchain/binutils/binutils-2.25/opcodes/ |
score-dis.c | 126 {0x08001401, 0x3e007c01, "bnel\t\t%b"}, [all...] |
score-opc.h | 105 {0x08001401, 0x3e007c01, "bnel\t\t%b"},
|
score7-dis.c | 130 {0x08001401, 0x3e007c01, "bnel\t\t%b"}, [all...] |
micromips-opc.c | 432 {"bnel", "s,t,p", 0, (int) M_BNEL, INSN_MACRO, 0, I1, 0, 0 }, 433 {"bnel", "s,I,p", 0, (int) M_BNEL_I, INSN_MACRO, 0, I1, 0, 0 }, [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-score7.c | 234 {"bnel", s7_D_cond_br}, 725 {"bnel", 0x08001401, 0x3e007c01, 0x8000, PC_DISP19div2, s7_do_branch}, [all...] |
/external/v8/src/mips/ |
assembler-mips.cc | 467 opcode == BEQL || opcode == BNEL || opcode == BLEZL || opcode == BGTZL || [all...] |