Home
last modified time | relevance | path

Searched refs:beqc (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/MC/Disassembler/Mips/mips32r6/
Dvalid-xfail-mips32r6.txt10 0x20 0xc0 0x00 0x40 # CHECK: beqc $6, $zero, 256
11 0x20 0xa0 0x00 0x40 # CHECK: beqc $5, $zero, 256
12 0x20 0xa6 0x00 0x40 # CHECK: beqc $5, $6, 256
Dvalid-mips32r6-el.txt20 0x40 0x00 0xa6 0x20 # CHECK: beqc $5, $6, 260
Dvalid-mips32r6.txt59 0x20 0xa6 0x00 0x40 # CHECK: beqc $5, $6, 260
/external/llvm/test/MC/Disassembler/Mips/mips64r6/
Dvalid-xfail-mips64r6.txt10 0x20 0xc0 0x00 0x40 # CHECK: beqc $6, $zero, 260
11 0x20 0xa0 0x00 0x40 # CHECK: beqc $5, $zero, 260
12 0x20 0xa6 0x00 0x40 # CHECK: beqc $5, $6, 260
Dvalid-mips64r6-el.txt20 0x40 0x00 0xa6 0x20 # CHECK: beqc $5, $6, 260
Dvalid-mips64r6.txt76 0x20 0xa6 0x00 0x40 # CHECK: beqc $5, $6, 260
/external/llvm/test/CodeGen/Mips/compactbranches/
Dno-beqzc-bnezc.ll37 ; beqc and bnec have the restriction that $rs < $rt.
41 ; ENCODING-NOT: beqc $5, $4
Dbeqc-bnec-register-constraint.ll3 ; beqc/bnec have the constraint that $rs < $rt && $rs != 0 && $rt != 0
36 ; CHECK-NOT: beqc $[[R1:[0-9]+]], $[[R1]]
Dcompact-branches.ll41 ; CHECK beqc
/external/llvm/test/MC/Mips/mips32r6/
Drelocations.s11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A]
61 beqc $5, $6, bar
/external/llvm/test/MC/Mips/mips64r6/
Drelocations.s11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A]
66 beqc $5, $6, bar
/external/v8/src/mips/
Dassembler-mips.h673 void beqc(Register rs, Register rt, int16_t offset);
674 inline void beqc(Register rs, Register rt, Label* L) { in beqc() function
675 beqc(rs, rt, shifted_branch_offset(L)); in beqc()
Dassembler-mips.cc1483 void Assembler::beqc(Register rs, Register rt, int16_t offset) { in beqc() function in v8::internal::Assembler
Dmacro-assembler-mips.cc2888 beqc(rs, scratch, offset); in BranchShortHelperR6()
/external/v8/src/mips64/
Dassembler-mips64.h680 void beqc(Register rs, Register rt, int16_t offset);
681 inline void beqc(Register rs, Register rt, Label* L) { in beqc() function
682 beqc(rs, rt, shifted_branch_offset(L)); in beqc()
Dassembler-mips64.cc1469 void Assembler::beqc(Register rs, Register rt, int16_t offset) { in beqc() function in v8::internal::Assembler
Dmacro-assembler-mips64.cc3074 beqc(rs, scratch, offset); in BranchShortHelperR6()
/external/llvm/test/MC/Mips/micromips32r6/
Dvalid.s23 beqc $3,$4, 16 # CHECK: beqc $3, $4, 16 # encoding: [0x74,0x83,0x00,0x08]
/external/llvm/test/MC/Disassembler/Mips/micromips32r6/
Dvalid.txt42 0x74 0x83 0x00 0x08 # CHECK: beqc $3, $4, 16
/external/llvm/lib/Target/Mips/
DMicroMips32r6InstrInfo.td65 class BEQC_MMR6_ENC : CMP_BRANCH_2R_OFF16_FM_MMR6<"beqc", 0b011101>;
288 class BEQC_MMR6_DESC : CMP_CBR_2R_MMR6_DESC_BASE<"beqc", brtarget_mm,
DMips32r6InstrInfo.td397 class BEQC_DESC : CMP_BC_DESC_BASE<"beqc", brtarget, GPR32Opnd>;