OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:or_test1
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/test/mjsunit/compiler/
binary-ops.js
39
function
or_test1
(x, y) { return x | x; }
function
43
assertEquals(1,
or_test1
(1, 2)); // 1 | 1
/external/v8/test/mjsunit/compiler/
binary-ops.js
39
function
or_test1
(x, y) { return x | x; }
function
43
assertEquals(1,
or_test1
(1, 2)); // 1 | 1
/external/llvm/test/Transforms/InstCombine/
apint-and-or-and.ll
39
define i231 @
or_test1
(i231 %X, i231 %Y) {
and-or-and.ll
48
define i32 @
or_test1
(i32 %X, i32 %Y) {
Completed in 128 milliseconds