/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
r6-branch-constraints.s | 2 blezc $0,.
|
r6-branch-constraints.l | 2 .*:2: Error: invalid operands `blezc \$0,.'
|
r6.s | 162 blezc $2, ext 163 blezc $2, . + 4 + (-32768 << 2) 164 blezc $2, . + 4 + (32767 << 2) 165 blezc $2, 1f
|
r6-n32.d | 271 0+0338 <[^>]*> 58020000 blezc v0,0000033c <[^>]*> 274 0+0340 <[^>]*> 58020000 blezc v0,00000344 <[^>]*> 277 0+0348 <[^>]*> 58020000 blezc v0,0000034c <[^>]*> 280 0+0350 <[^>]*> 58020000 blezc v0,00000354 <[^>]*>
|
r6.d | 270 0+0338 <[^>]*> 5802ffff blezc v0,00000338 <[^>]*> 273 0+0340 <[^>]*> 58028000 blezc v0,fffe0344 <[^>]*> 276 0+0348 <[^>]*> 58027fff blezc v0,00020348 <[^>]*> 279 0+0350 <[^>]*> 5802ffff blezc v0,00000350 <[^>]*>
|
r6-n64.d | 379 0+0338 <[^>]*> 58020000 blezc v0,0+033c <[^>]*> 384 0+0340 <[^>]*> 58020000 blezc v0,0+0344 <[^>]*> 389 0+0348 <[^>]*> 58020000 blezc v0,0+034c <[^>]*> 394 0+0350 <[^>]*> 58020000 blezc v0,0+0354 <[^>]*>
|
/external/llvm/test/CodeGen/Mips/compactbranches/ |
compact-branches.ll | 105 ; CHECK: blezc
|
/external/llvm/lib/Target/Mips/ |
MipsSEInstrInfo.cpp | 430 case Mips::BGTZC: return Mips::BLEZC; 433 case Mips::BLEZC: return Mips::BGTZC; 517 Opc == Mips::BGTZC || Opc == Mips::BLEZC || Opc == Mips::BGEZC ||
|
Mips32r6InstrInfo.td | 406 class BLEZC_DESC : CMP_CBR_RT_Z_DESC_BASE<"blezc", brtarget, GPR32Opnd>; 768 def BLEZC : BLEZC_ENC, BLEZC_DESC, ISA_MIPS32R6; [all...] |
Mips32r6InstrFormats.td | 378 // BLEZC/BGEZC/BEQZALC/BNEZALC/BGTZALC require that rs == 0 && rt != 0
|
MipsInstrInfo.cpp | 328 return Mips::BLEZC;
|
/external/llvm/test/MC/Disassembler/Mips/mips32r6/ |
valid-mips32r6-el.txt | 39 0x40 0x00 0x05 0x58 # CHECK: blezc $5, 260 40 0xfa 0xff 0x05 0x58 # CHECK: blezc $5, -20
|
valid-mips32r6.txt | 154 0x58 0x05 0x00 0x40 # CHECK: blezc $5, 260 155 0x58 0x05 0xff 0xfa # CHECk: blezc $5, -20
|
/external/llvm/test/MC/Disassembler/Mips/mips64r6/ |
valid-mips64r6-el.txt | 39 0x40 0x00 0x05 0x58 # CHECK: blezc $5, 260 40 0xfa 0xff 0x05 0x58 # CHECK: blezc $5, -20
|
valid-mips64r6.txt | 173 0x58 0x05 0x00 0x40 # CHECK: blezc $5, 260 174 0x58 0x05 0xff 0xfa # CHECk: blezc $5, -20
|
/external/llvm/test/MC/Mips/mips32r6/ |
valid.s | 52 blezc $5, 256 # CHECK: blezc $5, 256 # encoding: [0x58,0x05,0x00,0x40]
|
invalid.s | 60 blezc $0, local_label # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand ($zero) for instruction
|
/art/compiler/utils/mips/ |
assembler_mips32r6_test.cc | [all...] |
assembler_mips.h | 429 void Blezc(Register rt, uint16_t imm16); // R6 [all...] |
/external/v8/src/mips/ |
assembler-mips.h | 643 void blezc(Register rt, int16_t offset); 644 inline void blezc(Register rt, Label* L) { 645 blezc(rt, shifted_branch_offset(L)); [all...] |
constants-mips.h | 404 POP26 = BLEZL, // bgezc, blezc, bgec/blec [all...] |
/external/v8/src/mips64/ |
assembler-mips64.h | 647 void blezc(Register rt, int16_t offset); 648 inline void blezc(Register rt, Label* L) { 649 blezc(rt, shifted_branch_offset(L)); [all...] |
constants-mips64.h | 387 POP26 = BLEZL, // bgezc, blezc, bgec/blec [all...] |
/external/llvm/test/MC/Mips/mips64r6/ |
valid.s | 49 blezc $5, 256 # CHECK: blezc $5, 256 # encoding: [0x58,0x05,0x00,0x40]
|
invalid.s | 56 blezc $0, local_label # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand ($zero) for instruction
|