Home
last modified time | relevance | path

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

/external/valgrind/none/tests/s390x/
Dfgx.stdout.exp1 test LGDR
Dfgx.c18 asm volatile ( LGDR(7,8) : "=d"(g) : "f"(f)); in main()
Dopcodes.h267 #define LGDR(r1,r2) RRE_RF(b3cd,00,r1,r2) macro
/external/llvm/test/CodeGen/SystemZ/
Dfp-move-02.ll111 ; Test cases where the destination of an LGDR needs to be spilled.
316 ; ...likewise LGDR, with the requirements the other way around.
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp933 if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) { in foldMemoryOperandImpl()
934 bool Op0IsGPR = (Opcode == SystemZ::LGDR); in foldMemoryOperandImpl()
DSystemZInstrFP.td76 def LGDR : UnaryRRE<"lgd", 0xB3CD, bitconvert, GR64, FP64>;
/external/v8/src/s390/
Ddisasm-s390.cc748 case LGDR: in DecodeFourByte()
Dconstants-s390.h528 LGDR = 0xB3CD, // Load Gr From Fpr (long to 64) enumerator
Dsimulator-s390.h870 EVALUATE(LGDR);
Dsimulator-s390.cc1091 EvalTable[LGDR] = &Simulator::Evaluate_LGDR; in EvalTableInit()
2695 case LGDR: { in DecodeFourByte()
9529 EVALUATE(LGDR) { in EVALUATE() argument
9530 DCHECK_OPCODE(LGDR); in EVALUATE()
Dassembler-s390.cc2328 rre_form(LGDR, r1, Register::from_code(f2.code())); in lgdr()