Home
last modified time | relevance | path

Searched refs:LDGR (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/none/tests/s390x/
Dfgx.stdout.exp9 test LDGR
Dfgx.c27 asm volatile ( LDGR(8,7) : "=f"(f) : "d"(g)); in main()
Dopcodes.h261 #define LDGR(r1,r2) RRE_FR(b3c1,00,r1,r2) macro
/external/llvm/test/CodeGen/SystemZ/
Dfp-move-02.ll174 ; ...likewise LDGR, with the requirements the other way around.
236 ; Test cases where the source of an LDGR needs to be spilled.
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp933 if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) { in foldMemoryOperandImpl()
935 bool Op1IsGPR = (Opcode == SystemZ::LDGR); in foldMemoryOperandImpl()
DSystemZInstrFP.td77 def LDGR : UnaryRRE<"ldg", 0xB3C1, bitconvert, FP64, GR64>;
/external/v8/src/s390/
Ddisasm-s390.cc907 case LDGR: in DecodeFourByte()
Dconstants-s390.h506 LDGR = 0xB3C1, // Load Fpr From Gr (64 to long) enumerator
Dsimulator-s390.h866 EVALUATE(LDGR);
Dsimulator-s390.cc1087 EvalTable[LDGR] = &Simulator::Evaluate_LDGR; in EvalTableInit()
2687 case LDGR: { in DecodeFourByte()
9500 EVALUATE(LDGR) { in EVALUATE() argument
9501 DCHECK_OPCODE(LDGR); in EVALUATE()
Dassembler-s390.cc2333 rre_form(LDGR, Register::from_code(f1.code()), r2); in ldgr()