HomeSort by relevance Sort by last modified time
    Searched refs:LGDR (Results 1 - 4 of 4) sorted by null

  /external/valgrind/none/tests/s390x/
fgx.c 14 printf("test LGDR\n\n");
18 asm volatile ( LGDR(7,8) : "=d"(g) : "f"(f));
fgx.stdout.exp 1 test LGDR
opcodes.h 267 #define LGDR(r1,r2) RRE_RF(b3cd,00,r1,r2)
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 788 if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) {
789 bool Op0IsGPR = (Opcode == SystemZ::LGDR);
791 // If we're spilling the destination of an LDGR or LGDR, store the
799 // If we're spilling the source of an LDGR or LGDR, load the
    [all...]

Completed in 222 milliseconds