/external/python/cpython3/Lib/test/decimaltestdata/ |
D | dqOr.decTest | 13 -- or specification. The tests are not exhaustive. -- 30 dqor001 or 0 0 -> 0 31 dqor002 or 0 1 -> 1 32 dqor003 or 1 0 -> 1 33 dqor004 or 1 1 -> 1 34 dqor005 or 1100 1010 -> 1110 36 dqor006 or 0000000000000000000000000000000000 0000000000000000000000000000000000 -> 0 37 dqor007 or 0000000000000000000000000000000000 1000000000000000000000000000000000 -> 1000000000000… 38 dqor008 or 1000000000000000000000000000000000 0000000000000000000000000000000000 -> 1000000000000… 39 dqor009 or 1000000000000000000000000000000000 1000000000000000000000000000000000 -> 1000000000000… [all …]
|
D | or.decTest | 2 -- or.decTest -- digitwise logical OR -- 13 -- or specification. The tests are not exhaustive. -- 29 orx001 or 0 0 -> 0 30 orx002 or 0 1 -> 1 31 orx003 or 1 0 -> 1 32 orx004 or 1 1 -> 1 33 orx005 or 1100 1010 -> 1110 35 orx006 or 000000000 000000000 -> 0 36 orx007 or 000000000 100000000 -> 100000000 37 orx008 or 100000000 000000000 -> 100000000 [all …]
|
D | ddOr.decTest | 13 -- or specification. The tests are not exhaustive. -- 30 ddor001 or 0 0 -> 0 31 ddor002 or 0 1 -> 1 32 ddor003 or 1 0 -> 1 33 ddor004 or 1 1 -> 1 34 ddor005 or 1100 1010 -> 1110 36 ddor006 or 0000000000000000 0000000000000000 -> 0 37 ddor007 or 0000000000000000 1000000000000000 -> 1000000000000000 38 ddor008 or 1000000000000000 0000000000000000 -> 1000000000000000 39 ddor009 or 1000000000000000 1000000000000000 -> 1000000000000000 [all …]
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | dqOr.decTest | 13 -- or specification. The tests are not exhaustive. -- 30 dqor001 or 0 0 -> 0 31 dqor002 or 0 1 -> 1 32 dqor003 or 1 0 -> 1 33 dqor004 or 1 1 -> 1 34 dqor005 or 1100 1010 -> 1110 36 dqor006 or 0000000000000000000000000000000000 0000000000000000000000000000000000 -> 0 37 dqor007 or 0000000000000000000000000000000000 1000000000000000000000000000000000 -> 1000000000000… 38 dqor008 or 1000000000000000000000000000000000 0000000000000000000000000000000000 -> 1000000000000… 39 dqor009 or 1000000000000000000000000000000000 1000000000000000000000000000000000 -> 1000000000000… [all …]
|
D | or.decTest | 2 -- or.decTest -- digitwise logical OR -- 13 -- or specification. The tests are not exhaustive. -- 29 orx001 or 0 0 -> 0 30 orx002 or 0 1 -> 1 31 orx003 or 1 0 -> 1 32 orx004 or 1 1 -> 1 33 orx005 or 1100 1010 -> 1110 35 orx006 or 000000000 000000000 -> 0 36 orx007 or 000000000 100000000 -> 100000000 37 orx008 or 100000000 000000000 -> 100000000 [all …]
|
D | ddOr.decTest | 13 -- or specification. The tests are not exhaustive. -- 30 ddor001 or 0 0 -> 0 31 ddor002 or 0 1 -> 1 32 ddor003 or 1 0 -> 1 33 ddor004 or 1 1 -> 1 34 ddor005 or 1100 1010 -> 1110 36 ddor006 or 0000000000000000 0000000000000000 -> 0 37 ddor007 or 0000000000000000 1000000000000000 -> 1000000000000000 38 ddor008 or 1000000000000000 0000000000000000 -> 1000000000000000 39 ddor009 or 1000000000000000 1000000000000000 -> 1000000000000000 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | masked-merge-and-of-ors.ll | 20 ; CHECK-NEXT: [[OR:%.*]] = or i32 [[NEG]], [[X:%.*]] 21 ; CHECK-NEXT: [[OR1:%.*]] = or i32 [[Y:%.*]], [[M]] 26 %or = or i32 %neg, %x 27 %or1 = or i32 %y, %m 28 %ret = and i32 %or, %or1 35 ; CHECK-NEXT: [[OR:%.*]] = or <2 x i32> [[NEG]], [[X:%.*]] 36 ; CHECK-NEXT: [[OR1:%.*]] = or <2 x i32> [[Y:%.*]], [[M]] 41 %or = or <2 x i32> %neg, %x 42 %or1 = or <2 x i32> %y, %m 43 %ret = and <2 x i32> %or, %or1 [all …]
|
D | or-xor.ll | 9 ; CHECK-NEXT: [[Z:%.*]] = or i32 [[Y_NOT]], [[X:%.*]] 12 %or = or i32 %x, %y 13 %not = xor i32 %or, -1 14 %z = or i32 %x, %not 18 ; Commute (rename) the inner 'or' operands: 24 ; CHECK-NEXT: [[Z:%.*]] = or i32 [[X_NOT]], [[Y:%.*]] 27 %or = or i32 %x, %y 28 %not = xor i32 %or, -1 29 %z = or i32 %y, %not 38 ; CHECK-NEXT: [[Z:%.*]] = or i32 [[Y_NOT]], [[X:%.*]] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/ |
D | or-icmps-same-ops.ll | 5 ; The majority of these can be simplified to always true or just one of the icmps. 14 %or = or i1 %cmp1, %cmp2 15 ret i1 %or 24 %or = or i1 %cmp1, %cmp2 25 ret i1 %or 35 %or = or i1 %cmp1, %cmp2 36 ret i1 %or 43 ; CHECK-NEXT: [[OR:%.*]] = or i1 [[CMP1]], [[CMP2]] 48 %or = or i1 %cmp1, %cmp2 49 ret i1 %or [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | or-04.ll | 10 %or = or i64 %a, 1 11 ret i64 %or 19 %or = or i64 %a, 65535 20 ret i64 %or 28 %or = or i64 %a, 65536 29 ret i64 %or 37 %or = or i64 %a, 4294901759 38 ret i64 %or 46 %or = or i64 %a, 4294901760 47 ret i64 %or [all …]
|
D | rosbg-01.ll | 11 %or = or i32 %a, %andb 12 ret i32 %or 21 %or = or i64 %a, %andb 22 ret i64 %or 31 %or = or i32 %a, %andb 32 ret i32 %or 41 %or = or i64 %a, %andb 42 ret i64 %or 51 %or = or i32 %a, %shrb 52 ret i32 %or [all …]
|
D | insert-04.ll | 13 %or = or i64 %and, 1 14 ret i64 %or 24 %or = or i64 %and, 32769 25 ret i64 %or 36 %or = or i64 %and, 65534 37 ret i64 %or 47 %or = or i64 %and, 65536 48 ret i64 %or 58 %or = or i64 %and, 2147418112 59 ret i64 %or [all …]
|
D | insert-05.ll | 12 %or = or i64 %and, 1 13 ret i64 %or 23 %or = or i64 %and, 32767 24 ret i64 %or 34 %or = or i64 %and, 32768 35 ret i64 %or 45 %or = or i64 %and, 65536 46 ret i64 %or 56 %or = or i64 %and, 4294934527 57 ret i64 %or [all …]
|
D | shift-04.ll | 12 %or = or i32 %parta, %partb 13 ret i32 %or 23 %or = or i32 %parta, %partb 24 ret i32 %or 34 %or = or i32 %parta, %partb 35 ret i32 %or 46 %or = or i32 %parta, %partb 47 ret i32 %or 59 %or = or i32 %parta, %partb 60 ret i32 %or [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | or-04.ll | 10 %or = or i64 %a, 1 11 ret i64 %or 19 %or = or i64 %a, 65535 20 ret i64 %or 28 %or = or i64 %a, 65536 29 ret i64 %or 37 %or = or i64 %a, 4294901759 38 ret i64 %or 46 %or = or i64 %a, 4294901760 47 ret i64 %or [all …]
|
D | rosbg-01.ll | 11 %or = or i32 %a, %andb 12 ret i32 %or 21 %or = or i64 %a, %andb 22 ret i64 %or 31 %or = or i32 %a, %andb 32 ret i32 %or 41 %or = or i64 %a, %andb 42 ret i64 %or 51 %or = or i32 %a, %shrb 52 ret i32 %or [all …]
|
D | insert-04.ll | 13 %or = or i64 %and, 1 14 ret i64 %or 24 %or = or i64 %and, 32769 25 ret i64 %or 36 %or = or i64 %and, 65534 37 ret i64 %or 47 %or = or i64 %and, 65536 48 ret i64 %or 58 %or = or i64 %and, 2147418112 59 ret i64 %or [all …]
|
D | insert-05.ll | 12 %or = or i64 %and, 1 13 ret i64 %or 23 %or = or i64 %and, 32767 24 ret i64 %or 34 %or = or i64 %and, 32768 35 ret i64 %or 45 %or = or i64 %and, 65536 46 ret i64 %or 56 %or = or i64 %and, 4294934527 57 ret i64 %or [all …]
|
D | shift-04.ll | 12 %or = or i32 %parta, %partb 13 ret i32 %or 23 %or = or i32 %parta, %partb 24 ret i32 %or 34 %or = or i32 %parta, %partb 35 ret i32 %or 46 %or = or i32 %parta, %partb 47 ret i32 %or 59 %or = or i32 %parta, %partb 60 ret i32 %or [all …]
|
D | risbg-02.ll | 12 %or = or i32 %anda, %andb 13 ret i32 %or 23 %or = or i64 %anda, %andb 24 ret i64 %or 35 %or = or i32 %anda, %andb 36 ret i32 %or 47 %or = or i64 %anda, %andb 48 ret i64 %or 58 %or = or i32 %anda, %shlb 59 ret i32 %or [all …]
|
/external/tremolo/Tremolo/ |
D | framing.c | 128 ogg_reference *or; in _fetch_ref() local 133 or=bs->unused_references; in _fetch_ref() 134 bs->unused_references=or->next; in _fetch_ref() 137 or=_ogg_malloc(sizeof(*or)); in _fetch_ref() 140 or->begin=0; in _fetch_ref() 141 or->length=0; in _fetch_ref() 142 or->next=0; in _fetch_ref() 143 return or; in _fetch_ref() 150 ogg_reference *or=_fetch_ref(bs); in ogg_buffer_alloc() local 151 or->buffer=ob; in ogg_buffer_alloc() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | avoid-predspill.ll | 13 %or.cond = and i1 %cmp, %cmp1 15 %or.cond30 = and i1 %or.cond, %cmp3 17 %or.cond31 = and i1 %or.cond30, %cmp5 19 %or.cond32 = and i1 %or.cond31, %cmp7 20 %ret.0 = zext i1 %or.cond32 to i32 23 %or.cond33 = and i1 %cmp8, %cmp10 25 %or.cond34 = and i1 %or.cond33, %cmp12 27 %or.cond35 = and i1 %or.cond34, %cmp14 29 %or.cond36 = and i1 %or.cond35, %cmp16 30 %ret.1 = select i1 %or.cond36, i32 2, i32 %ret.0 [all …]
|
/external/llvm/test/CodeGen/Hexagon/ |
D | avoid-predspill.ll | 13 %or.cond = and i1 %cmp, %cmp1 15 %or.cond30 = and i1 %or.cond, %cmp3 17 %or.cond31 = and i1 %or.cond30, %cmp5 19 %or.cond32 = and i1 %or.cond31, %cmp7 20 %ret.0 = zext i1 %or.cond32 to i32 23 %or.cond33 = and i1 %cmp8, %cmp10 25 %or.cond34 = and i1 %or.cond33, %cmp12 27 %or.cond35 = and i1 %or.cond34, %cmp14 29 %or.cond36 = and i1 %or.cond35, %cmp16 30 %ret.1 = select i1 %or.cond36, i32 2, i32 %ret.0 [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | or.ll | 10 %B = or i32 %A, 0 18 %B = or i32 %A, -1 26 %B = or i8 %A, -1 34 %B = or i1 %A, false 42 %B = or i1 %A, true 50 %B = or i1 %A, %A 58 %B = or i32 %A, %A 68 %B = or i32 %A, %NotA 76 %B = or i8 %A, -2 77 %C = or i8 %B, 1 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AVR/ |
D | or.ll | 5 ; CHECK: or r24, r22 6 %result = or i8 %a, %b 13 %result = or i8 %a, 5 19 ; CHECK: or r24, r22 20 ; CHECK: or r25, r23 21 %result = or i16 %a, %b 29 %result = or i16 %a, 1234 35 ; CHECK: or r22, r18 36 ; CHECK: or r23, r19 37 ; CHECK: or r24, r20 [all …]
|