Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Demulate_loadstore.c122 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
248 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsstep.h71 #define FPCONV 0x100 macro
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dsstep.c528 if (op->type & FPCONV) in do_fp_load()
574 if (op->type & FPCONV) in do_fp_store()
2301 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2311 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2642 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2654 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2898 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr()
2904 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()