Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_paired_singles.c365 switch (inst_get_field(inst, 21, 30)) { in kvmppc_inst_is_paired_single()
383 switch (inst_get_field(inst, 25, 30)) { in kvmppc_inst_is_paired_single()
641 ax_rd = inst_get_field(inst, 6, 10); in kvmppc_emulate_paired_single()
642 ax_ra = inst_get_field(inst, 11, 15); in kvmppc_emulate_paired_single()
643 ax_rb = inst_get_field(inst, 16, 20); in kvmppc_emulate_paired_single()
644 ax_rc = inst_get_field(inst, 21, 25); in kvmppc_emulate_paired_single()
645 full_d = inst_get_field(inst, 16, 31); in kvmppc_emulate_paired_single()
682 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
692 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
705 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
[all …]