Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kvm/
Demulate_loadstore.c123 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
249 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
/linux-6.1.9/arch/powerpc/include/asm/
Dsstep.h70 #define FPCONV 0x100 macro
/linux-6.1.9/arch/powerpc/lib/
Dsstep.c602 if (op->type & FPCONV) in do_fp_load()
648 if (op->type & FPCONV) in do_fp_store()
2448 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2458 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2804 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2816 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
3090 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr()
3096 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()