Home
last modified time | relevance | path

Searched refs:fcfidu (Results 1 – 19 of 19) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-conversion.ll298 ; ELF64: fcfidu
301 ; ELF64LE: fcfidu
302 ; PPC970-NOT: fcfidu
318 ; ELF64: fcfidu
323 ; ELF64LE: fcfidu
325 ; PPC970-NOT: fcfidu
340 ; ELF64: fcfidu
344 ; ELF64LE: fcfidu
363 ; ELF64: fcfidu
367 ; ELF64LE: fcfidu
Dfp-to-int-to-fp.ll65 ; FPCVT: fcfidu 1, [[REG1]]
Di64-to-float.ll68 ; CHECK: fcfidu 1, [[REG]]
Dno-extra-fp-conv-ldst.ll91 ; CHECK: fcfidu 1, [[REG3]]
Di32-to-float.ll98 ; CHECK-A2: fcfidu 1, [[REG]]
/external/capstone/suite/MC/PowerPC/
Dppc64-encoding-fp.s.cs91 0xfc,0x40,0x1f,0x9c = fcfidu 2, 3
92 0xfc,0x40,0x1f,0x9d = fcfidu. 2, 3
/external/llvm/test/MC/PowerPC/
Dppc64-encoding-fp.s298 # CHECK-BE: fcfidu 2, 3 # encoding: [0xfc,0x40,0x1f,0x9c]
299 # CHECK-LE: fcfidu 2, 3 # encoding: [0x9c,0x1f,0x40,0xfc]
300 fcfidu 2, 3
301 # CHECK-BE: fcfidu. 2, 3 # encoding: [0xfc,0x40,0x1f,0x9d]
302 # CHECK-LE: fcfidu. 2, 3 # encoding: [0x9d,0x1f,0x40,0xfc]
303 fcfidu. 2, 3
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dfast-isel-conversion.ll254 ; CHECK: fcfidu
255 ; PPC970-NOT: fcfidu
269 ; CHECK-NEXT: fcfidu
270 ; CHECKLE: fcfidu
272 ; PPC970-NOT: fcfidu
287 ; CHECK: fcfidu
307 ; CHECK: fcfidu
Di64-to-float.ll90 ; CHECK: fcfidu 1, [[REG]]
Di32-to-float.ll98 ; CHECK-A2: fcfidu 1, [[REG]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dppc64-encoding-fp.s318 # CHECK-BE: fcfidu 2, 3 # encoding: [0xfc,0x40,0x1f,0x9c]
319 # CHECK-LE: fcfidu 2, 3 # encoding: [0x9c,0x1f,0x40,0xfc]
320 fcfidu 2, 3
321 # CHECK-BE: fcfidu. 2, 3 # encoding: [0xfc,0x40,0x1f,0x9d]
322 # CHECK-LE: fcfidu. 2, 3 # encoding: [0x9d,0x1f,0x40,0xfc]
323 fcfidu. 2, 3
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-fp.txt270 # CHECK: fcfidu 2, 3
273 # CHECK: fcfidu. 2, 3
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-fp.txt282 # CHECK: fcfidu 2, 3
285 # CHECK: fcfidu. 2, 3
/external/v8/src/ppc/
Dassembler-ppc.h1227 void fcfidu(const DoubleRegister frt, const DoubleRegister frb,
Dconstants-ppc.h1488 V(fcfidu, FCFIDU, 0xFC00079C) \
Dassembler-ppc.cc1839 void Assembler::fcfidu(const DoubleRegister frt, const DoubleRegister frb, in fcfidu() function in v8::internal::Assembler
Dmacro-assembler-ppc.cc708 fcfidu(double_dst, double_dst); in ConvertUnsignedInt64ToDouble()
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td1160 "fcfidu", "$frD, $frB", IIC_FPGeneral,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td1310 "fcfidu", "$frD, $frB", IIC_FPGeneral,