Lines Matching refs:inst_get_field

339 static inline u32 inst_get_field(u32 inst, int msb, int lsb)  in inst_get_field()  function
365 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()
389 switch (inst_get_field(inst, 26, 30)) { in kvmppc_inst_is_paired_single()
411 switch (inst_get_field(inst, 21, 30)) { in kvmppc_inst_is_paired_single()
419 switch (inst_get_field(inst, 26, 30)) { in kvmppc_inst_is_paired_single()
429 switch (inst_get_field(inst, 21, 30)) { in kvmppc_inst_is_paired_single()
451 switch (inst_get_field(inst, 26, 30)) { in kvmppc_inst_is_paired_single()
462 switch (inst_get_field(inst, 21, 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()
681 bool w = inst_get_field(inst, 16, 16) ? true : false; in kvmppc_emulate_paired_single()
682 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
691 bool w = inst_get_field(inst, 16, 16) ? true : false; in kvmppc_emulate_paired_single()
692 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
704 bool w = inst_get_field(inst, 16, 16) ? true : false; in kvmppc_emulate_paired_single()
705 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
714 bool w = inst_get_field(inst, 16, 16) ? true : false; in kvmppc_emulate_paired_single()
715 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
726 switch (inst_get_field(inst, 21, 30)) { in kvmppc_emulate_paired_single()
734 bool w = inst_get_field(inst, 21, 21) ? true : false; in kvmppc_emulate_paired_single()
735 int i = inst_get_field(inst, 22, 24); in kvmppc_emulate_paired_single()
748 bool w = inst_get_field(inst, 21, 21) ? true : false; in kvmppc_emulate_paired_single()
749 int i = inst_get_field(inst, 22, 24); in kvmppc_emulate_paired_single()
821 switch (inst_get_field(inst, 25, 30)) { in kvmppc_emulate_paired_single()
825 bool w = inst_get_field(inst, 21, 21) ? true : false; in kvmppc_emulate_paired_single()
826 int i = inst_get_field(inst, 22, 24); in kvmppc_emulate_paired_single()
835 bool w = inst_get_field(inst, 21, 21) ? true : false; in kvmppc_emulate_paired_single()
836 int i = inst_get_field(inst, 22, 24); in kvmppc_emulate_paired_single()
847 switch (inst_get_field(inst, 26, 30)) { in kvmppc_emulate_paired_single()
1000 switch (inst_get_field(inst, 21, 30)) { in kvmppc_emulate_paired_single()
1099 switch (inst_get_field(inst, 21, 30)) { in kvmppc_emulate_paired_single()
1121 switch (inst_get_field(inst, 26, 30)) { in kvmppc_emulate_paired_single()
1145 switch (inst_get_field(inst, 21, 30)) { in kvmppc_emulate_paired_single()
1165 u32 cr_shift = inst_get_field(inst, 6, 8) * 4; in kvmppc_emulate_paired_single()
1176 u32 cr_shift = inst_get_field(inst, 6, 8) * 4; in kvmppc_emulate_paired_single()
1225 switch (inst_get_field(inst, 26, 30)) { in kvmppc_emulate_paired_single()