#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/sched.h>
#include <asm/ptrace.h>
#include <asm/processor.h>
#include <asm/uaccess.h>
Go to the source code of this file.
|
void | vaddfp (vector128 *dst, vector128 *a, vector128 *b) |
|
void | vsubfp (vector128 *dst, vector128 *a, vector128 *b) |
|
void | vmaddfp (vector128 *dst, vector128 *a, vector128 *b, vector128 *c) |
|
void | vnmsubfp (vector128 *dst, vector128 *a, vector128 *b, vector128 *c) |
|
void | vrefp (vector128 *dst, vector128 *src) |
|
void | vrsqrtefp (vector128 *dst, vector128 *src) |
|
void | vexptep (vector128 *dst, vector128 *src) |
|
int | emulate_altivec (struct pt_regs *regs) |
|