Searched refs:blezc (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/MC/Disassembler/Mips/mips32r6/ |
D | valid-mips32r6-el.txt | 39 0x40 0x00 0x05 0x58 # CHECK: blezc $5, 260 40 0xfa 0xff 0x05 0x58 # CHECK: blezc $5, -20
|
D | 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/ |
D | valid-mips64r6-el.txt | 39 0x40 0x00 0x05 0x58 # CHECK: blezc $5, 260 40 0xfa 0xff 0x05 0x58 # CHECK: blezc $5, -20
|
D | valid-mips64r6.txt | 173 0x58 0x05 0x00 0x40 # CHECK: blezc $5, 260 174 0x58 0x05 0xff 0xfa # CHECk: blezc $5, -20
|
/external/llvm/test/CodeGen/Mips/compactbranches/ |
D | compact-branches.ll | 105 ; CHECK: blezc
|
/external/v8/src/mips/ |
D | assembler-mips.h | 639 void blezc(Register rt, int16_t offset); 640 inline void blezc(Register rt, Label* L) { in blezc() function 641 blezc(rt, shifted_branch_offset(L)); in blezc()
|
D | macro-assembler-mips.cc | 2953 blezc(scratch, offset); in BranchShortHelperR6() 3009 blezc(rs, offset); in BranchShortHelperR6()
|
D | assembler-mips.cc | 1353 void Assembler::blezc(Register rt, int16_t offset) { in blezc() function in v8::internal::Assembler
|
/external/v8/src/mips64/ |
D | assembler-mips64.h | 646 void blezc(Register rt, int16_t offset); 647 inline void blezc(Register rt, Label* L) { in blezc() function 648 blezc(rt, shifted_branch_offset(L)); in blezc()
|
D | macro-assembler-mips64.cc | 3139 blezc(scratch, offset); in BranchShortHelperR6() 3195 blezc(rs, offset); in BranchShortHelperR6()
|
D | assembler-mips64.cc | 1339 void Assembler::blezc(Register rt, int16_t offset) { in blezc() function in v8::internal::Assembler
|
/external/llvm/lib/Target/Mips/ |
D | Mips32r6InstrInfo.td | 406 class BLEZC_DESC : CMP_CBR_RT_Z_DESC_BASE<"blezc", brtarget, GPR32Opnd>;
|