OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNDEF_OR
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/memcheck/tests/vbit-test/
vtest.h
77
UNDEF_OR
, // bitwise OR operation
binary.c
169
case
UNDEF_OR
: {
612
case
UNDEF_OR
:
irops.c
51
{ DEFOP(Iop_Or8,
UNDEF_OR
), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
52
{ DEFOP(Iop_Or16,
UNDEF_OR
), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
53
{ DEFOP(Iop_Or32,
UNDEF_OR
), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1 },
54
{ DEFOP(Iop_Or64,
UNDEF_OR
), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 1 }, // mips asserts
[
all
...]
Completed in 44 milliseconds