OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNDEF_SAR
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/memcheck/tests/vbit-test/
vtest.h
76
UNDEF_SAR
, // arithmetic shift-right
binary.c
140
case
UNDEF_SAR
:
606
case
UNDEF_SAR
:
irops.c
71
{ DEFOP(Iop_Sar8,
UNDEF_SAR
), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 }, // ppc32/64 assert
72
{ DEFOP(Iop_Sar16,
UNDEF_SAR
), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0 }, // ppc32/64 assert
73
{ DEFOP(Iop_Sar32,
UNDEF_SAR
), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
74
{ DEFOP(Iop_Sar64,
UNDEF_SAR
), .s390x = 1, .amd64 = 1, .x86 = 0, .arm = 1, .ppc64 = 1, .ppc32 = 0, .mips32 = 0, .mips64 = 1 }, // ppc32 asserts
[
all
...]
Completed in 47 milliseconds