Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/kvm/
Demulate_loadstore.c122 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
248 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
/Linux-v5.15/arch/powerpc/include/asm/
Dsstep.h70 #define FPCONV 0x100 macro
/Linux-v5.15/arch/powerpc/lib/
Dsstep.c545 if (op->type & FPCONV) in do_fp_load()
591 if (op->type & FPCONV) in do_fp_store()
2378 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2388 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
2734 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr()
2746 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr()
3020 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr()
3026 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()