Searched refs:FPCONV (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 122 if (op.type & FPCONV) in kvmppc_emulate_loadstore() 248 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 123 if (op.type & FPCONV) in kvmppc_emulate_loadstore() 249 if (op.type & FPCONV) in kvmppc_emulate_loadstore()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | sstep.h | 71 #define FPCONV 0x100 macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | sstep.h | 70 #define FPCONV 0x100 macro
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | sstep.c | 530 if (op->type & FPCONV) in do_fp_load() 578 if (op->type & FPCONV) in do_fp_store() 2311 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2321 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 2652 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2664 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 2908 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr() 2914 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | sstep.c | 604 if (op->type & FPCONV) in do_fp_load() 652 if (op->type & FPCONV) in do_fp_store() 2459 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2469 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 2815 op->type = MKOP(LOAD_FP, u | FPCONV, 4); in analyse_instr() 2827 op->type = MKOP(STORE_FP, u | FPCONV, 4); in analyse_instr() 3101 op->type = MKOP(LOAD_FP, PREFIXED | FPCONV, 4); in analyse_instr() 3107 op->type = MKOP(STORE_FP, PREFIXED | FPCONV, 4); in analyse_instr()
|
Completed in 9 milliseconds