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

/external/valgrind/main/none/tests/s390x/
H A Dfgx.c14 printf("test LGDR\n\n");
18 asm volatile ( LGDR(7,8) : "=d"(g) : "f"(f));
H A Dfgx.stdout.exp1 test LGDR
H A Dopcodes.h267 #define LGDR(r1,r2) RRE_RF(b3cd,00,r1,r2) macro
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp786 if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) {
787 bool Op0IsGPR = (Opcode == SystemZ::LGDR);
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 95 milliseconds