/external/llvm/test/MC/ARM/ |
D | vfp4.s | 30 @ ARM: vfnma.f64 d16, d18, d17 @ encoding: [0xe1,0x0b,0xd2,0xee] 31 @ THUMB: vfnma.f64 d16, d18, d17 @ encoding: [0xd2,0xee,0xe1,0x0b] 33 @ THUMB_V7EM-ERRORS-NEXT: vfnma.f64 d16, d18, d17 34 vfnma.f64 d16, d18, d17 36 @ ARM: vfnma.f32 s2, s4, s0 @ encoding: [0x40,0x1a,0x92,0xee] 37 @ THUMB: vfnma.f32 s2, s4, s0 @ encoding: [0x92,0xee,0x40,0x1a] 38 @ THUMB_V7EM: vfnma.f32 s2, s4, s0 @ encoding: [0x92,0xee,0x40,0x1a] 39 vfnma.f32 s2, s4, s0
|
D | fullfp16.s | 205 vfnma.f16 s2, s7, s4 206 @ ARM: vfnma.f16 s2, s7, s4 @ encoding: [0xc2,0x19,0x93,0xee] 207 @ THUMB: vfnma.f16 s2, s7, s4 @ encoding: [0x93,0xee,0xc2,0x19]
|
D | single-precision-fp.s | 27 vfnma.f64 d7, d8, d9 42 @ CHECK-ERRORS-NEXT: vfnma.f64 d7, d8, d9
|
D | fullfp16-neg.s | 152 vfnma.f16 s2, s7, s4
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | vfp4.txt | 33 # CHECK: vfnma.f64 d16, d18, d17 36 # CHECK: vfnma.f32 s2, s4, s0
|
D | fullfp16-thumb.txt | 151 # CHECK: vfnma.f16 s2, s7, s4
|
D | fullfp16-arm.txt | 151 # CHECK: vfnma.f16 s2, s7, s4
|
/external/llvm/test/CodeGen/ARM/ |
D | fusedMAC.ll | 38 ;CHECK: vfnma.f64 47 ;CHECK: vfnma.f32 176 ; CHECK: vfnma.f64 185 ; CHECK: vfnma.f64
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrVFP.td | 1928 IIC_fpFMAC64, "vfnma", ".f64\t$Dd, $Dn, $Dm", 1936 IIC_fpFMAC32, "vfnma", ".f32\t$Sd, $Sn, $Sm", 1947 IIC_fpFMAC16, "vfnma", ".f16\t$Sd, $Sn, $Sm", 1960 // (fneg (fma x, y, z)) -> (vfnma z, x, y) 1967 // (fma (fneg x), y, (fneg z)) -> (vfnma z, x, y)
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 4413 void vfnma( 4415 void vfnma(DataType dt, SRegister rd, SRegister rn, SRegister rm) { in vfnma() function 4416 vfnma(al, dt, rd, rn, rm); in vfnma() 4419 void vfnma( 4421 void vfnma(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in vfnma() function 4422 vfnma(al, dt, rd, rn, rm); in vfnma()
|
D | disasm-aarch32.h | 1701 void vfnma( 1704 void vfnma(
|
D | assembler-aarch32.cc | 16598 void Assembler::vfnma( in vfnma() function in vixl::aarch32::Assembler 16618 Delegate(kVfnma, &Assembler::vfnma, cond, dt, rd, rn, rm); in vfnma() 16621 void Assembler::vfnma( in vfnma() function in vixl::aarch32::Assembler 16641 Delegate(kVfnma, &Assembler::vfnma, cond, dt, rd, rn, rm); in vfnma()
|
D | disasm-aarch32.cc | 4864 void Disassembler::vfnma( in vfnma() function in vixl::aarch32::Disassembler 4871 void Disassembler::vfnma( in vfnma() function in vixl::aarch32::Disassembler 23658 vfnma(CurrentCond(), in DecodeT32() 23684 vfnma(CurrentCond(), in DecodeT32() 66365 vfnma(condition, in DecodeA32() 66401 vfnma(condition, in DecodeA32()
|
D | macro-assembler-aarch32.h | 7051 vfnma(cond, dt, rd, rn, rm); in Vfnma() 7066 vfnma(cond, dt, rd, rn, rm); in Vfnma()
|