HomeSort by relevance Sort by last modified time
    Searched full:sqdbr (Results 1 - 25 of 25) sorted by null

  /external/valgrind/none/tests/s390x/
bfp-2.stdout.exp 2 sqdbr 144.000000 -> 12.000000
bfp-2.c 18 void sqdbr(double in) function
22 __asm__ volatile("sqdbr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
23 printf("sqdbr %f -> %f\n", in, out);
98 sqdbr(144.0); // 8 bytes values
  /external/llvm/test/CodeGen/SystemZ/
fp-sqrt-02.ll 13 ; CHECK: sqdbr %f0, %f0
78 ; Test a case where we spill the source of at least one SQDBR. We want
162 ; CHECK: sqdbr %f0, %f2
  /external/v8/src/s390/
codegen-s390.cc 33 __ sqdbr(d0, d0);
disasm-s390.cc 1024 case SQDBR:
1025 Format(instr, "sqdbr\t'f5,'f6");
    [all...]
simulator-s390.h 806 EVALUATE(SQDBR);
constants-s390.h     [all...]
simulator-s390.cc     [all...]
macro-assembler-s390.cc     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZShortenInst.cpp 236 Changed |= shortenOn01(MI, SystemZ::SQDBR);
SystemZInstrFP.td 301 def SQDBR : UnaryRRE<"sqdb", 0xB315, fsqrt, FP64, FP64>;
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrFP.td 246 "sqdbr\t{$dst, $src}",
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
esa-g5.s 387 sqdbr %f6,%f9
esa-g5.d 393 .*: b3 15 00 69 [ ]*sqdbr %f6,%f9
  /external/capstone/arch/SystemZ/
SystemZGenAsmWriter.inc 850 4201370U, // SQDBR
    [all...]
SystemZMapping.c     [all...]
SystemZGenDisassemblerTables.inc 351 /* 1062 */ MCD_OPC_Decode, 189, 6, 5, // Opcode: SQDBR
    [all...]
  /external/capstone/suite/MC/SystemZ/
insn-good.s.cs     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
i370-opc.c 635 { "sqdbr", 4, {{RRE(0xb315,0,0), 0}}, {{RRE_MASK, 0}}, IBF, {RRE_R1, RRE_R2} },
    [all...]
s390-opc.txt 347 b315 sqdbr RRE_FF "square root long bfp" g5 esa,zarch
    [all...]
  /external/llvm/test/MC/Disassembler/SystemZ/
insns.txt     [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc     [all...]
  /external/valgrind/VEX/priv/
host_s390_defs.c     [all...]
guest_s390_toIR.c     [all...]

Completed in 767 milliseconds