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

1 2

  /build/kati/testcase/
multiline_define.mk 1 define or1 macro
34 echo $(if $(call or1),FAIL,PASS)_or1
  /external/llvm/test/CodeGen/X86/
coalescer-subreg.ll 13 %or1 = or i16 %1, %0
14 %or2 = trunc i16 %or1 to i8
targetLoweringGeneric.ll 28 %or1 = or i32 %xor2, 364806994 ;0x15BE8352
30 %xor1 = xor i32 %or1, 268567040 ;0x10020200
  /external/llvm/test/Transforms/InstCombine/
fold-phi.ll 31 %or1 = or i64 %phi1, %zext
32 %and = and i64 %or1, 4294967295
or-xor.ll 145 %or1 = or i32 %x, %noty
147 %xor = xor i32 %or1, %or2
or.ll 476 ; CHECK-NEXT: %or1 = or i32 %1, %y
477 ; CHECK-NEXT: ret i32 %or1
480 %or1 = or i32 %and, %y
481 ret i32 %or1
  /external/llvm/test/Transforms/Reassociate/
xor_reassoc.ll 13 %or1 = or i32 %x, 456
14 %xor = xor i32 %or, %or1
99 %or1 = or i32 %x, 123
100 %xor = xor i32 %or, %or1
109 %or1 = and i32 123, %x
110 %xor = xor i32 %or, %or1
127 %or1 = or i32 %x, 456
128 %xor = xor i32 %or, %or1
141 %or1 = or i32 %x, 456
142 %xor = xor i32 %or, %or1
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
or-03.ll 129 %or1 = or i64 %or0, %val1
130 %or2 = or i64 %or1, %val2
or-01.ll 164 %or1 = or i32 %or0, %val1
165 %or2 = or i32 %or1, %val2
asm-18.ll 331 %or1 = or i32 %and1, 305397760
332 %res2 = call i32 asm "stepb $0, $1", "=h,h"(i32 %or1)
350 %or1 = or i32 %and1, 305397760
351 %res2 = call i32 asm "stepb $0, $1", "=r,r"(i32 %or1)
370 %or1 = or i32 %res1, 305397760
371 %res2 = call i32 asm "stepb $0, $1", "=h,h"(i32 %or1)
391 %or1 = or i32 %res1, 305397760
392 %res2 = call i32 asm "stepb $0, $1", "=r,r"(i32 %or1)
fp-move-02.ll 157 %or1 = or i64 %or0, %int1
158 %or2 = or i64 %or1, %int2
  /external/llvm/test/Transforms/InstSimplify/
reassociate.ll 30 define i32 @or1(i32 %x, i32 %y) {
31 ; CHECK-LABEL: @or1(
compare.ll 623 define i1 @or1(i32 %X) {
624 ; CHECK-LABEL: @or1(
1031 %or1 = or i4 %and1, 2
1033 %add = add i4 %or1, %or2
  /external/llvm/test/CodeGen/AArch64/
arm64-bitfield-extract.ll 308 %or1 = or i32 %and2, %and3
309 %shl1 = shl i32 %or1, 2
338 %or1 = or i64 %and2, %and3
339 %shl1 = shl i64 %or1, 2
arm64-ccmp.ll 333 %or1 = or i1 %1, %or0
334 %sel = select i1 %or1, i16 %a, i16 %b
371 %or1 = or i1 %or, %and
372 %sel = select i1 %or1, i32 %w3, i32 0
  /external/opencv3/modules/core/test/
test_io.cpp 450 Rect r1(11, 12, 13, 14), or1;
485 fs["r1"] >> or1; local
501 CV_Assert( or1 == r1 );
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 198 Tmp4 = Builder.CreateOr(Tmp4, Tmp3, "bswap.or1");
247 Tmp8 = Builder.CreateOr(Tmp8, Tmp7, "bswap.or1");
  /toolchain/binutils/binutils-2.25/opcodes/
rl78-decode.c     [all...]
rl78-decode.opc 970 /** 0111 0001 1bit 0110 or1 cy, %e1 */
973 /** 0111 0001 1bit 1110 or1 cy, %1 */
976 /** 0111 0001 0bit 1110 or1 cy, %s1 */
979 /** 0111 0001 0bit 0110 or1 cy, %s1 */
    [all...]
  /external/hyphenation-patterns/ga/
hyph-ga.pat.txt 3204or1
4355 or1é
4364 or1ó
4370 or1ú
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
rl78-parse.y 169 %token ONEB ONEW OR OR1
1156 | OR1 { $$ = 0x06; rl78_bit_insn = 1; }
1307 OPC(OR1),
    [all...]
  /external/hyphenation-patterns/cy/
hyph-cy.pat.txt 316 .or1
    [all...]
  /external/hyphenation-patterns/de/
hyph-de-1901.pat.txt     [all...]
hyph-de-1996.pat.txt     [all...]
hyph-de-ch-1901.pat.txt     [all...]

Completed in 1028 milliseconds

1 2