OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shl32
(Results
1 - 2
of
2
) sorted by null
/art/test/538-checker-embed-constants/src/
Main.java
305
/// CHECK-START-ARM: long Main.
shl32
(long) disassembly (after)
309
/// CHECK-START-ARM: long Main.
shl32
(long) disassembly (after)
312
public static long
shl32
(long arg) {
method in class:Main
530
assertLongEquals(
shl32
(longArg), 0x8765432100000000L);
method
536
assertLongEquals(
shl32
(~longArg), 0x789abcde00000000L);
method
/external/valgrind/VEX/priv/
host_generic_simd64.c
358
static inline UInt
shl32
( UInt v, UInt n )
function
1004
shl32
( sel32x2_1(xx), nn ),
1005
shl32
( sel32x2_0(xx), nn )
[
all
...]
Completed in 101 milliseconds