Searched refs:LGDR (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | fgx.stdout.exp | 1 test LGDR
|
D | fgx.c | 18 asm volatile ( LGDR(7,8) : "=d"(g) : "f"(f)); in main()
|
D | opcodes.h | 267 #define LGDR(r1,r2) RRE_RF(b3cd,00,r1,r2) macro
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-move-02.ll | 111 ; 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/ |
D | SystemZInstrInfo.cpp | 933 if (Opcode == SystemZ::LGDR || Opcode == SystemZ::LDGR) { in foldMemoryOperandImpl() 934 bool Op0IsGPR = (Opcode == SystemZ::LGDR); in foldMemoryOperandImpl()
|
D | SystemZInstrFP.td | 76 def LGDR : UnaryRRE<"lgd", 0xB3CD, bitconvert, GR64, FP64>;
|
/external/v8/src/s390/ |
D | disasm-s390.cc | 748 case LGDR: in DecodeFourByte()
|
D | constants-s390.h | 528 LGDR = 0xB3CD, // Load Gr From Fpr (long to 64) enumerator
|
D | simulator-s390.h | 870 EVALUATE(LGDR);
|
D | simulator-s390.cc | 1091 EvalTable[LGDR] = &Simulator::Evaluate_LGDR; in EvalTableInit() 2695 case LGDR: { in DecodeFourByte() 9529 EVALUATE(LGDR) { in EVALUATE() argument 9530 DCHECK_OPCODE(LGDR); in EVALUATE()
|
D | assembler-s390.cc | 2328 rre_form(LGDR, r1, Register::from_code(f2.code())); in lgdr()
|