HomeSort by relevance Sort by last modified time
    Searched full:and16 (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/llvm/test/CodeGen/Mips/
micromips-and16.ll 18 ; CHECK: and16
  /external/llvm/test/CodeGen/Mips/llvm-ir/
and.ll 42 ; 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]], $
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
generic.rules 128 (And16 (Const16 [c]) (Const16 [d])) -> (Const16 [int64(int16(c&d))])
208 (IsInBounds (And16 (Const16 [c]) _) (Const16 [d])) && 0 <= c && c < d -> (ConstBool [1])
209 (IsInBounds (ZeroExt16to32 (And16 (Const16 [c]) _)) (Const32 [d])) && 0 <= c && c < d -> (ConstBool [1])
210 (IsInBounds (ZeroExt16to64 (And16 (Const16 [c]) _)) (Const64 [d])) && 0 <= c && c < d -> (ConstBool [1])
    [all...]
genericOps.go 88 {name: "And16", argLength: 2, commutative: true},
MIPS.rules 58 (And16 x y) -> (AND x y)
    [all...]
MIPS64.rules 58 (And16 x y) -> (AND x y)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
generic.rules 128 (And16 (Const16 [c]) (Const16 [d])) -> (Const16 [int64(int16(c&d))])
208 (IsInBounds (And16 (Const16 [c]) _) (Const16 [d])) && 0 <= c && c < d -> (ConstBool [1])
209 (IsInBounds (ZeroExt16to32 (And16 (Const16 [c]) _)) (Const32 [d])) && 0 <= c && c < d -> (ConstBool [1])
210 (IsInBounds (ZeroExt16to64 (And16 (Const16 [c]) _)) (Const64 [d])) && 0 <= c && c < d -> (ConstBool [1])
    [all...]
genericOps.go 88 {name: "And16", argLength: 2, commutative: true},
MIPS.rules 58 (And16 x y) -> (AND x y)
    [all...]
  /external/llvm/test/MC/Mips/
micromips-16-bit-instructions.s 15 # CHECK-EL: and16 $16, $2 # encoding: [0x82,0x44]
70 # CHECK-EB: and16 $16, $2 # encoding: [0x44,0x82]
123 and16 $16, $2
micromips-invalid.s 12 and16 $16, $8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /external/llvm/test/Transforms/SimplifyCFG/
merge-cond-stores-2.ll 83 %and16 = and i32 %4, 16
84 %tobool17 = icmp eq i32 %and16, 0
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewritegeneric.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewritegeneric.go     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
micromips.l 8 .*:277: Error: opcode not supported in the `insn32' mode `and16 \$2,\$2,\$3'
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/epiphany/
allinsn.s 1182 .global and16
1183 and16: label
  /external/llvm/test/MC/Disassembler/Mips/micromips32r3/
valid-el.txt 13 0x82 0x44 # CHECK: and16 $16, $2
valid.txt 13 0x44 0x82 # CHECK: and16 $16, $2
  /external/llvm/lib/Target/Mips/
MicroMips32r6InstrInfo.td     [all...]
MicroMipsInstrInfo.td 596 def AND16_MM : LogicRMM16<"and16", GPRMM16Opnd, II_AND, and>,
    [all...]
  /external/llvm/test/MC/Mips/micromips32r6/
valid.s 247 and16 $16, $2 # CHECK: and16 $16, $2 # encoding: [0x44,0x21]
    [all...]
  /external/llvm/test/MC/Mips/micromips64r6/
valid.s 13 and16 $16, $2 # CHECK: and16 $16, $2 # encoding: [0x44,0x21]
  /external/llvm/test/MC/Disassembler/Mips/micromips32r6/
valid.txt 26 0x44 0x21 # CHECK: and16 $16, $2
  /external/llvm/test/MC/Disassembler/Mips/micromips64r6/
valid.txt 12 0x44 0x21 # CHECK: and16 $16, $2
  /external/valgrind/VEX/priv/
ir_opt.c     [all...]

Completed in 1346 milliseconds

1 2 3