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

  /external/valgrind/none/tests/s390x/
bfp-2.stdout.exp 3 lnebr -2.500000 -> -2.500000
4 lnebr 12.500000 -> -12.500000
bfp-2.c 26 void lnebr(float in) function
30 __asm__ volatile("lnebr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
31 printf("lnebr %f -> %f\n", in, out);
101 lnebr(-2.5f); // 4 byte values
102 lnebr(12.5f); // 4 byte values
  /external/llvm/test/CodeGen/SystemZ/
fp-cmp-05.ll 36 ; CHECK: lnebr
fp-cmp-04.ll 126 ; CHECK: lnebr %f0, %f2
373 ; CHECK: lnebr %f0, %f2
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZInstrFP.td 120 "lnebr\t{$dst, $src}",
  /external/v8/src/s390/
simulator-s390.h 786 EVALUATE(LNEBR);
constants-s390.h     [all...]
simulator-s390.cc     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
esa-g5.s 236 lnebr %f6,%f9
esa-g5.d 242 .*: b3 01 00 69 [ ]*lnebr %f6,%f9
  /external/llvm/lib/Target/SystemZ/
SystemZInstrFP.td 290 def LNEBR : UnaryRRE<"lneb", 0xB301, null_frag, FP32, FP32>;
SystemZInstrInfo.cpp     [all...]
  /external/capstone/arch/SystemZ/
SystemZGenAsmWriter.inc 662 4201477U, // LNEBR
    [all...]
SystemZMapping.c     [all...]
SystemZGenDisassemblerTables.inc 294 /* 797 */ MCD_OPC_Decode, 129, 5, 6, // Opcode: LNEBR
    [all...]
  /external/capstone/suite/MC/SystemZ/
insn-good.s.cs     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
i370-opc.c 598 { "lnebr", 4, {{RRE(0xb301,0,0), 0}}, {{RRE_MASK, 0}}, IBF, {RRE_R1, RRE_R2} },
    [all...]
s390-opc.txt 320 b301 lnebr RRE_FF "load negative short bfp" g5 esa,zarch
    [all...]
  /external/llvm/test/MC/Disassembler/SystemZ/
insns.txt     [all...]
  /external/valgrind/VEX/priv/
host_s390_defs.c     [all...]
guest_s390_toIR.c     [all...]

Completed in 8875 milliseconds