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

1 2

  /external/valgrind/none/tests/s390x/
bfp-4.c 21 void cdbr(double v1, double v2) function
25 __asm__ volatile("cdbr %[r1],%[r2]\n\t"
54 cdbr(d1, d2);
56 cdbr(d1, d2);
58 cdbr(d1, d2);
  /external/llvm/test/CodeGen/SystemZ/
fp-conv-10.ll 25 ; CHECK: cdbr
fp-conv-12.ll 24 ; CHECK: cdbr
tdc-06.ll 21 ; CHECK: cdbr %f0, %f0
fp-cmp-02.ll 14 ; CHECK: cdbr %f0, %f2
103 ; Check that comparisons of spilled values can use CDB rather than CDBR.
trap-01.ll 164 ; CHECK: cdbr %f0, %f2
fp-sqrt-02.ll 163 ; CHECK: cdbr %f0, %f0
  /external/llvm/lib/Target/SystemZ/
SystemZShortenInst.cpp 244 Changed |= shortenOn01(MI, SystemZ::CDBR);
SystemZInstrFP.td 443 def CDBR : CompareRRE<"cdb", 0xB319, z_fcmp, FP64, FP64>;
  /external/v8/src/compiler/s390/
code-generator-s390.cc 671 __ cdbr(left_reg, right_reg); \
679 __ cdbr(left_reg, kDoubleRegZero); \
690 __ cdbr(left_reg, left_reg); \
713 __ cdbr(left_reg, right_reg); \
721 __ cdbr(left_reg, kDoubleRegZero); \
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc     [all...]
  /external/v8/src/s390/
disasm-s390.cc 1018 case CDBR:
1019 Format(instr, "cdbr\t'f5,'f6");
    [all...]
simulator-s390.h 810 EVALUATE(CDBR);
code-stubs-s390.cc 556 __ cdbr(d7, d6);
784 __ cdbr(double_result, kDoubleRegZero);
    [all...]
macro-assembler-s390.cc     [all...]
constants-s390.h     [all...]
simulator-s390.cc     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrFP.td 321 "cdbr\t$src1, $src2",
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
esa-g5.s 89 cdbr %f6,%f9
esa-g5.d 95 .*: b3 19 00 69 [ ]*cdbr %f6,%f9
  /external/llvm/test/MC/SystemZ/
insn-good.s     [all...]
  /external/capstone/arch/SystemZ/
SystemZGenAsmWriter.inc 412 4201294U, // CDBR
    [all...]
SystemZMapping.c     [all...]
  /external/capstone/suite/MC/SystemZ/
insn-good.s.cs 279 0xb3,0x19,0x00,0x00 = cdbr %f0, %f0
280 0xb3,0x19,0x00,0x0f = cdbr %f0, %f15
281 0xb3,0x19,0x00,0x78 = cdbr %f7, %f8
282 0xb3,0x19,0x00,0xf0 = cdbr %f15, %f0
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
i370-opc.c 553 { "cdbr", 4, {{RRE(0xb319,0,0), 0}}, {{RRE_MASK, 0}}, IBF, {RRE_R1, RRE_R2} },
    [all...]

Completed in 1382 milliseconds

1 2