Home
last modified time | relevance | path

Searched refs:bnezc (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/test/CodeGen/Mips/compactbranches/
Dno-beqzc-bnezc.ll5 ; bnezc and beqzc have restriction that $rt != 0
9 ; CHECK-NOT: bnezc $0
Dbeqc-bnec-register-constraint.ll4 ; Cases where $rs == 0 and $rt != 0 should be transformed into beqzc/bnezc.
Dcompact-branches.ll148 ; CHECK: bnezc
/external/llvm/test/MC/Mips/micromips32r6/
Drelocations.s23 # CHECK-FIXUP: bnezc $3, bar # encoding: [0xa0,0b011AAAAA,A,A]
43 bnezc $3, bar
Dvalid.s36 bnezc $3, 64 # CHECK: bnezc $3, 64 # encoding: [0xa0,0x60,0x00,0x20]
/external/llvm/test/MC/Mips/micromips64r6/
Drelocations.s26 # CHECK-FIXUP: bnezc $3, bar # encoding: [0xa0,0b011AAAAA,A,A]
48 bnezc $3, bar
/external/llvm/test/CodeGen/Mips/
Dfpbr.ll22 ; 64-GPR: bnezc $[[GPRCC]], $BB0_2
56 ; 64-GPR: bnezc $[[GPRCC]], $BB1_2
117 ; 64-GPR: bnezc $[[GPRCC]], $BB3_2
147 ; 64-GPR: bnezc $[[GPRCC]], $BB4_2
Dmicromips-compact-branches.ll19 ; CHECK: bnezc
Danalyzebranch.ll22 ; GPR: bnezc $[[GPRCC]], $BB
Dfcmp.ll1076 ; 32-CMP-DAG: bnezc $[[T4]],
1089 ; 64-CMP-DAG: bnezc $[[T4]],
1145 ; 32-CMP-DAG: bnezc $[[T4]],
1158 ; 64-CMP-DAG: bnezc $[[T4]],
/external/llvm/test/MC/Mips/mips32r6/
Drelocations.s20 # CHECK-FIXUP: bnezc $9, bar # encoding: [0xf9,0b001AAAAA,A,A]
64 bnezc $9, bar
/external/llvm/test/MC/Mips/mips64r6/
Drelocations.s20 # CHECK-FIXUP: bnezc $9, bar # encoding: [0xf9,0b001AAAAA,A,A]
69 bnezc $9, bar
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_N64R6_relocations.s37 bnezc $5,foo
DELF_O32R6_relocations.s32 bnezc $5,foo
/external/llvm/test/MC/Disassembler/Mips/mips64r6/
Dvalid-mips64r6-el.txt52 0x90 0x46 0xa0 0xf8 # CHECK: bnezc $5, 72260
53 0xfa 0xff 0x5f 0xf8 # CHECK: bnezc $2, -20
Dvalid-mips64r6.txt215 0xf8 0xa0 0x46 0x90 # CHECK: bnezc $5, 72260
216 0xf8 0x5f 0xff 0xfa # CHECK: bnezc $2, -20
/external/llvm/test/MC/Disassembler/Mips/mips32r6/
Dvalid-mips32r6.txt190 0xf8 0xa0 0x46 0x90 # CHECK: bnezc $5, 72260
191 0xf8 0x5f 0xff 0xfa # CHECK: bnezc $2, -20
Dvalid-mips32r6-el.txt32 0x90 0x46 0xa0 0xf8 # CHECK: bnezc $5, 72260
/external/v8/src/mips/
Dassembler-mips.h689 void bnezc(Register rt, int32_t offset);
690 inline void bnezc(Register rt, Label* L) { in bnezc() function
691 bnezc(rt, shifted_branch_offset21(L)); in bnezc()
/external/v8/src/mips64/
Dassembler-mips64.h696 void bnezc(Register rt, int32_t offset);
697 inline void bnezc(Register rt, Label* L) { in bnezc() function
698 bnezc(rt, shifted_branch_offset21(L)); in bnezc()
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid.txt159 0x40 0xa9 0x02 0x9a # CHECK: bnezc $9, 1332
Dvalid-el.txt159 0xa9 0x40 0x9a 0x02 # CHECK: bnezc $9, 1332
/external/llvm/lib/Target/Mips/
DMicroMips32r6InstrInfo.td58 class BNEZC_MMR6_ENC : CMP_BRANCH_OFF21_FM_MMR6<"bnezc", 0b101000>;
1252 : CMP_CBR_EQNE_Z_DESC_BASE<"bnezc", brtarget21_mm, GPR32Opnd>,
1253 MMR6Arch<"bnezc">;
DMipsSchedule.td52 def II_BCCZC : InstrItinClass; // beqzc, bnezc
/external/llvm/test/MC/Disassembler/Mips/micromips32r6/
Dvalid.txt55 0xa0 0x60 0x00 0x20 # CHECK: bnezc $3, 64

12