Home
last modified time | relevance | path

Searched refs:ff1 (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-bad-function-cast.c15 _Fract ff1(void);
22 ff1(); in foo()
28 (void)ff1(); in foo()
40 (_Fract) ff1(); in foo()
53 …(int)ff1(); /* expected-warning{{cast from function call of type '_Fract' to non-matc… in foo()
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Di64arg.ll11 ; CHECK-DAG: lw $25, %call16(ff1)
13 tail call void @ff1(i32 %i, i64 1085102592623924856) nounwind
30 declare void @ff1(i32, i64)
/llvm-project-15.0.7/llvm/test/CodeGen/CSKY/
H A Dintrinsic.ll7 ; CHECK-NEXT: ff1.32 a0, a0
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dbig-atomic-ops.c114 float ff1(_Atomic(float) *d) { in ff1() function
H A Datomic-ops.c166 float ff1(_Atomic(float) *d) { in ff1() function
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Datomic-ops.cl175 float ff1(global atomic_float *d) {
176 // CHECK-LABEL: @ff1
/llvm-project-15.0.7/llvm/test/MC/CSKY/
H A Dbasic.s325 # CHECK-ASM-AND-OBJ: ff1.32 a3, l0
327 ff1.32 a3, l0
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYInstrFormats.td601 // revh32, abs32, ff0.32, ff1.32, bgenr32
H A DCSKYInstrInfo.td881 def FF1 : R_XZ<0x1F, 0x2, "ff1.32">;