Home
last modified time | relevance | path

Searched refs:GETSIZE (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dsstep.h94 #define GETSIZE(w) ((w) >> 12) macro
/arch/powerpc/kvm/
Demulate_loadstore.c100 int size = GETSIZE(op.type); in kvmppc_emulate_loadstore()
/arch/powerpc/lib/
Dsstep.c471 nb = GETSIZE(op->type); in do_fp_load()
523 nb = GETSIZE(op->type); in do_fp_store()
675 size = GETSIZE(op->type); in emulate_vsx_load()
760 size = GETSIZE(op->type); in emulate_vsx_store()
833 int size = GETSIZE(op->type); in do_vsx_load()
865 int size = GETSIZE(op->type); in do_vsx_store()
2875 size = GETSIZE(op->type); in emulate_loadstore()