Home
last modified time | relevance | path

Searched refs:and16 (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/test/CodeGen/Mips/llvm-ir/
Dand.ll42 ; MM: and16 $[[T0:[0-9]+]], $5
57 ; MM: and16 $[[T0:[0-9]+]], $5
72 ; MM: and16 $[[T0:[0-9]+]], $5
88 ; MM32: and16 $[[T0:[0-9]+]], $5
107 ; MM32: and16 $[[T0:[0-9]+]], $6
108 ; MM32: and16 $[[T1:[0-9]+]], $7
136 ; MM32: and16 $[[T1]], $4
137 ; MM32: and16 $[[T0]], $5
139 ; MM32: and16 $[[T2]], $6
141 ; MM32: and16 $[[T3]], $7
[all …]
/external/llvm/test/MC/Mips/
Dmicromips-16-bit-instructions.s15 # CHECK-EL: and16 $16, $2 # encoding: [0x82,0x44]
70 # CHECK-EB: and16 $16, $2 # encoding: [0x44,0x82]
123 and16 $16, $2
Dmicromips-invalid.s12 and16 $16, $8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dmicromips-16-bit-instructions.s15 # CHECK-EL: and16 $16, $2 # encoding: [0x82,0x44]
70 # CHECK-EB: and16 $16, $2 # encoding: [0x44,0x82]
123 and16 $16, $2
Dmicromips-invalid.s12 and16 $16, $8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dmicromips-and16.ll18 ; CHECK: and16
/external/llvm/test/CodeGen/Mips/
Dmicromips-and16.ll18 ; CHECK: and16
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/
Dand.ll69 ; MM32R3-NEXT: and16 $4, $5
118 ; MM32R3-NEXT: and16 $4, $5
167 ; MM32R3-NEXT: and16 $4, $5
213 ; MM32R3-NEXT: and16 $4, $5
262 ; MM32R3-NEXT: and16 $4, $6
263 ; MM32R3-NEXT: and16 $5, $7
336 ; MM32R3-NEXT: and16 $2, $4
337 ; MM32R3-NEXT: and16 $3, $5
339 ; MM32R3-NEXT: and16 $4, $6
341 ; MM32R3-NEXT: and16 $5, $7
[all …]
/external/llvm/test/Transforms/SimplifyCFG/
Dmerge-cond-stores-2.ll83 %and16 = and i32 %4, 16
84 %tobool17 = icmp eq i32 %and16, 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dmerge-cond-stores-2.ll189 %and16 = and i32 %4, 16
190 %tobool17 = icmp eq i32 %and16, 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
Dvalid.s22 and16 $16, $2 # CHECK: and16 $16, $2 # encoding: [0x44,0x82] label
/external/llvm/test/MC/Mips/micromips64r6/
Dvalid.s13 and16 $16, $2 # CHECK: and16 $16, $2 # encoding: [0x44,0x21]
/external/llvm/test/MC/Mips/micromips32r6/
Dvalid.s247 and16 $16, $2 # CHECK: and16 $16, $2 # encoding: [0x44,0x21]
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid-el.txt13 0x82 0x44 # CHECK: and16 $16, $2
Dvalid.txt13 0x44 0x82 # CHECK: and16 $16, $2
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips32r6/
Dvalid.s292 and16 $16, $2 # CHECK: and16 $16, $2 # encoding: [0x44,0x21]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid-el.txt13 0x82 0x44 # CHECK: and16 $16, $2
Dvalid.txt13 0x44 0x82 # CHECK: and16 $16, $2
/external/llvm/test/MC/Disassembler/Mips/micromips64r6/
Dvalid.txt12 0x44 0x21 # CHECK: and16 $16, $2
/external/llvm/test/MC/Disassembler/Mips/micromips32r6/
Dvalid.txt26 0x44 0x21 # CHECK: and16 $16, $2
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Mips/micromips32r6/
Dvalid.txt26 0x44 0x21 # CHECK: and16 $16, $2
/external/llvm/lib/Target/Mips/
DMicroMips32r6InstrInfo.td1089 class AND16_MMR6_DESC : LogicRMM16<"and16", GPRMM16Opnd, II_AND, and>,
1090 MMR6Arch<"and16"> {
DMicroMipsInstrInfo.td596 def AND16_MM : LogicRMM16<"and16", GPRMM16Opnd, II_AND, and>,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMicroMips32r6InstrInfo.td1088 class AND16_MMR6_DESC : LogicRMM16<"and16", GPRMM16Opnd, II_AND>,
1089 MMR6Arch<"and16">;
DMicroMipsInstrInfo.td629 def AND16_MM : LogicRMM16<"and16", GPRMM16Opnd, II_AND, and>,

12