Home
last modified time | relevance | path

Searched refs:fType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Darm-linux-nat.c59 unsigned char fType[8]; /* type of floating point value held in member
144 switch (fpa11->fType[fn]) in fetch_nwfpe_register()
171 fpa11->fType[fn] = typeSingle; in store_nwfpe_single()
183 fpa11->fType[fn] = typeDouble; in store_nwfpe_double()
196 fpa11->fType[fn] = typeDouble; in store_nwfpe_extended()
205 switch (fpa11->fType[fn]) in store_nwfpe_register()
252 switch (fp.fType[fn]) in fetch_fpregister()
300 switch (fp.fType[fn]) in fetch_fpregs()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp670 FunctionType* fType = FunctionType::get(F->getReturnType(), args, false); in UpgradeIntrinsicFunction1() local
671 NewFn = Function::Create(fType, F->getLinkage(), F->getAddressSpace(), in UpgradeIntrinsicFunction1()