Searched refs:LDGR (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dfgx.c22 printf("\ntest LDGR\n\n");
27 asm volatile ( LDGR(8,7) : "=f"(f) : "d"(g));
H A Dfgx.stdout.exp9 test LDGR
H A Dopcodes.h261 #define LDGR(r1,r2) RRE_FR(b3c1,00,r1,r2) macro
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp786 if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) {
788 bool Op1IsGPR = (Opcode == SystemZ::LDGR);
789 // If we're spilling the destination of an LDGR or LGDR, store the
797 // If we're spilling the source of an LDGR or LGDR, load the

Completed in 1287 milliseconds