Searched refs:LDGR (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | fgx.stdout.exp | 9 test LDGR
|
D | fgx.c | 27 asm volatile ( LDGR(8,7) : "=f"(f) : "d"(g)); in main()
|
D | opcodes.h | 261 #define LDGR(r1,r2) RRE_FR(b3c1,00,r1,r2) macro
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-move-02.ll | 174 ; ...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/ |
D | SystemZInstrInfo.cpp | 933 if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) { in foldMemoryOperandImpl() 935 bool Op1IsGPR = (Opcode == SystemZ::LDGR); in foldMemoryOperandImpl()
|
D | SystemZInstrFP.td | 77 def LDGR : UnaryRRE<"ldg", 0xB3C1, bitconvert, FP64, GR64>;
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 934 case LDGR: in DecodeFourByte()
|
D | simulator-s390.h | 875 EVALUATE(LDGR);
|
D | constants-s390.h | 1368 V(ldgr, LDGR, 0xB3C1) /* type = RRE LOAD FPR FROM GR (64 to long) */ \
|
D | simulator-s390.cc | 1101 EvalTable[LDGR] = &Simulator::Evaluate_LDGR; in EvalTableInit() 2707 case LDGR: { in DecodeFourByte() 9634 EVALUATE(LDGR) { in EVALUATE() argument 9635 DCHECK_OPCODE(LDGR); in EVALUATE()
|