Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dsstep.h71 #define FPCONV 0x100 macro
/Linux-v4.19/arch/powerpc/kvm/
Demulate_loadstore.c146 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
273 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
/Linux-v4.19/arch/powerpc/lib/
Dsstep.c489 if (op->type & FPCONV) in do_fp_load()
535 if (op->type & FPCONV) in do_fp_store()
2093 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2103 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2408 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2420 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()