/external/valgrind/none/tests/s390x/ |
bfp-3.stdout.exp | 0 maebr 20.250000 * 3.000000 + 10.500000 -> 71.250000
|
bfp-3.c | 6 void maebr(float v1, float v2, float v3) function 10 __asm__ volatile("maebr %[r1],%[r3],%[r2]" 12 printf("maebr %f * %f + %f -> %f\n", v2, v3, v1, r1); 45 maebr(10.5f, 20.25, 3.0); // 4 byte values
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-mul-06.ll | 7 ; CHECK: maebr %f4, %f0, %f2
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
SystemZInstrFP.td | 187 "maebr\t{$dst, $src3, $src2}",
|
/external/v8/src/s390/ |
simulator-s390.h | 799 EVALUATE(MAEBR);
|
constants-s390.h | [all...] |
simulator-s390.cc | [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/ |
esa-g5.s | 277 maebr %f6,%f9,%f5
|
esa-g5.d | 283 .*: b3 0e 60 95 [ ]*maebr %f6,%f9,%f5
|
/external/capstone/arch/SystemZ/ |
SystemZGenAsmWriter.inc | 709 1242569661U, // MAEBR [all...] |
SystemZMapping.c | [all...] |
SystemZGenDisassemblerTables.inc | 330 /* 964 */ MCD_OPC_Decode, 176, 5, 38, // Opcode: MAEBR [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZInstrFP.td | 416 def MAEBR : TernaryRRD<"maeb", 0xB30E, z_fma, FP32>;
|
/external/capstone/suite/MC/SystemZ/ |
insn-good.s.cs | [all...] |
/toolchain/binutils/binutils-2.27/opcodes/ |
i370-opc.c | 664 { "maebr", 4, {{RRF(0xb30e,0,0,0), 0}}, {{RRF_MASK, 0}}, IBF, {RRF_R1, RRF_R3, RRF_R2} }, [all...] |
s390-opc.txt | 338 b30e maebr RRF_F0FF "multiply and add 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...] |