Home
last modified time | relevance | path

Searched refs:bnez16 (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/MC/Mips/
Dmicromips-16-bit-instructions.s56 # CHECK-EL: bnez16 $6, 20 # encoding: [0x0a,0xaf]
111 # CHECK-EB: bnez16 $6, 20 # encoding: [0xaf,0x0a]
161 bnez16 $6, 20
Dmicromips-branch-fixup.s14 # CHECK-FIXUP: bnez16 $6, bar # encoding: [0b0AAAAAAA,0xaf]
81 bnez16 $6, bar
Dmicromips-invalid.s70 bnez16 $9, 20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dmicromips-16-bit-instructions.s56 # CHECK-EL: bnez16 $6, 20 # encoding: [0x0a,0xaf]
111 # CHECK-EB: bnez16 $6, 20 # encoding: [0xaf,0x0a]
161 bnez16 $6, 20
Dmicromips-branch-fixup.s14 # CHECK-FIXUP: bnez16 $6, bar # encoding: [0b0AAAAAAA,0xaf]
81 bnez16 $6, bar
Dmicromips-invalid.s70 bnez16 $9, 20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
Dvalid.s78 bnez16 $6, 20 # CHECK: bnez16 $6, 20 # encoding: [0xaf,0x0a] label
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid-el.txt44 0x0a 0xaf # CHECK: bnez16 $6, 20
Dvalid.txt44 0xaf 0x0a # CHECK: bnez16 $6, 20
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid-el.txt45 0x0a 0xaf # CHECK: bnez16 $6, 20
Dvalid.txt45 0xaf 0x0a # CHECK: bnez16 $6, 20
/external/llvm/lib/Target/Mips/
DMicroMipsInstrInfo.td650 def BNEZ16_MM : CBranchZeroMM<"bnez16", brtarget7_mm, GPRMM16Opnd>,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMicroMipsInstrInfo.td701 def BNEZ16_MM : CBranchZeroMM<"bnez16", brtarget7_mm, GPRMM16Opnd>,
DMicroMips32r6InstrInfo.td1701 def : MipsInstAlias<"bnez16 $rs, $offset", (BNEZC16_MMR6 GPRMM16Opnd:$rs,
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
DMipsGenAsmMatcher.inc4862 "negi.h\007bnegi.w\004bnel\004bnez\006bnez16\007bnezalc\005bnezc\007bnez"
5432 …{ 1498 /* bnez16 */, Mips::BNEZ16_MM, Convert__GPRMM16AsmReg1_0__JumpTarget1_1, Feature_InMicroMip…
5433 …{ 1498 /* bnez16 */, Mips::BNEZC16_MMR6, Convert__GPRMM16AsmReg1_0__JumpTarget1_1, Feature_InMicro…
8404 { Feature_InMicroMips|Feature_NotMips32r6, 1498 /* bnez16 */, MCK_GPRMM16AsmReg, 1 /* 0 */ },
8405 { Feature_InMicroMips|Feature_NotMips32r6, 1498 /* bnez16 */, MCK_JumpTarget, 2 /* 1 */ },
8406 { Feature_InMicroMips|Feature_HasMips32r6, 1498 /* bnez16 */, MCK_GPRMM16AsmReg, 1 /* 0 */ },
8407 { Feature_InMicroMips|Feature_HasMips32r6, 1498 /* bnez16 */, MCK_JumpTarget, 2 /* 1 */ },