HomeSort by relevance Sort by last modified time
    Searched full:andi16 (Results 1 - 14 of 14) sorted by null

  /external/v8/test/mjsunit/asm/
atomics-and.js 24 function andi16(i, x) { function in function:Module
56 andi16: andi16,
88 testElementType(Int16Array, m.andi16, offset);
  /external/llvm/test/CodeGen/Mips/
micromips-andi.ll 24 ; CHECK: andi16 ${{[2-7]|16|17}}, ${{[2-7]|16|17}}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips-size-0.s 148 andi16 $2, $4, 4 # OK
149 andi16 $2, $4, 5 # error
150 andi16 $2, $4, 7 # OK
151 andi16 $2, $4, 8 # OK
micromips-size-0.l 39 .*:149: Error: operand 3 out of range `andi16 \$2,\$4,5'
micromips.l 9 .*:315: Error: opcode not supported in the `insn32' mode `andi16 \$7,65535'
micromips.s 315 andi16 $7,65535
    [all...]
  /external/llvm/test/MC/Mips/
micromips-16-bit-instructions.s 14 # CHECK-EL: andi16 $16, $2, 31 # encoding: [0x29,0x2c]
69 # CHECK-EB: andi16 $16, $2, 31 # encoding: [0x2c,0x29]
122 andi16 $16, $2, 31
micromips-invalid.s 11 andi16 $16, $10, 0x1f # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 andi16 $16, $2, 17 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
  /external/llvm/test/MC/Disassembler/Mips/micromips32r6/
valid.txt 26 0x2e 0x56 # CHECK: andi16 $4, $5, 8
207 0x2e 0x56 # CHECK: andi16 $4, $5, 8
  /external/llvm/lib/Target/Mips/
MicroMips32r6InstrInfo.td     [all...]
MicroMipsInstrInfo.td 590 def ANDI16_MM : AndImmMM16<"andi16", GPRMM16Opnd, II_AND>, ANDI_FM_MM16<0x0b>,
    [all...]
  /external/llvm/test/MC/Mips/micromips32r6/
valid.s 207 andi16 $4, $5, 8 # CHECK: andi16 $4, $5, 8 # encoding: [0x2e,0x56]
  /external/llvm/test/MC/Disassembler/Mips/micromips32r3/
valid-el.txt 9 0x29 0x2c # CHECK: andi16 $16, $2, 31
valid.txt 9 0x2c 0x29 # CHECK: andi16 $16, $2, 31

Completed in 343 milliseconds