OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LDGR
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/none/tests/s390x/
fgx.c
22
printf("\ntest
LDGR
\n\n");
27
asm volatile (
LDGR
(8,7) : "=f"(f) : "d"(g));
fgx.stdout.exp
9
test
LDGR
opcodes.h
207
#define
LDGR
(r1,r2) RRE_FR(b3c1,00,r1,r2)
/external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp
554
if (Opcode == SystemZ::LGDR || Opcode == SystemZ::
LDGR
) {
556
bool Op1IsGPR = (Opcode == SystemZ::
LDGR
);
557
// If we're spilling the destination of an
LDGR
or LGDR, store the
565
// If we're spilling the source of an
LDGR
or LGDR, load the
Completed in 29 milliseconds