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

  /external/valgrind/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 261 #define LDGR(r1,r2) RRE_FR(b3c1,00,r1,r2)
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 797 if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) {
799 bool Op1IsGPR = (Opcode == SystemZ::LDGR);
800 // If we're spilling the destination of an LDGR or LGDR, store the
811 // If we're spilling the source of an LDGR or LGDR, load the
    [all...]
  /external/v8/src/s390/
constants-s390.h 506 LDGR = 0xB3C1, // Load Fpr From Gr (64 to long)
    [all...]
simulator-s390.h 860 EVALUATE(LDGR);
assembler-s390.cc 2291 void Assembler::ldgr(DoubleRegister f1, Register r2) { function in class:v8::internal::Assembler
    [all...]
simulator-s390.cc     [all...]

Completed in 280 milliseconds