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()
639 ax_rd = inst_get_field(inst, 6, 10); in kvmppc_emulate_paired_single()
640 ax_ra = inst_get_field(inst, 11, 15); in kvmppc_emulate_paired_single()
641 ax_rb = inst_get_field(inst, 16, 20); in kvmppc_emulate_paired_single()
642 ax_rc = inst_get_field(inst, 21, 25); in kvmppc_emulate_paired_single()
643 full_d = inst_get_field(inst, 16, 31); in kvmppc_emulate_paired_single()
679 bool w = inst_get_field(inst, 16, 16) ? true : false; in kvmppc_emulate_paired_single()
680 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
689 bool w = inst_get_field(inst, 16, 16) ? true : false; in kvmppc_emulate_paired_single()
690 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
702 bool w = inst_get_field(inst, 16, 16) ? true : false; in kvmppc_emulate_paired_single()
703 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
712 bool w = inst_get_field(inst, 16, 16) ? true : false; in kvmppc_emulate_paired_single()
713 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
724 switch (inst_get_field(inst, 21, 30)) { in kvmppc_emulate_paired_single()
732 bool w = inst_get_field(inst, 21, 21) ? true : false; in kvmppc_emulate_paired_single()
733 int i = inst_get_field(inst, 22, 24); in kvmppc_emulate_paired_single()
746 bool w = inst_get_field(inst, 21, 21) ? true : false; in kvmppc_emulate_paired_single()
747 int i = inst_get_field(inst, 22, 24); in kvmppc_emulate_paired_single()
819 switch (inst_get_field(inst, 25, 30)) { in kvmppc_emulate_paired_single()
823 bool w = inst_get_field(inst, 21, 21) ? true : false; in kvmppc_emulate_paired_single()
824 int i = inst_get_field(inst, 22, 24); in kvmppc_emulate_paired_single()
833 bool w = inst_get_field(inst, 21, 21) ? true : false; in kvmppc_emulate_paired_single()
834 int i = inst_get_field(inst, 22, 24); in kvmppc_emulate_paired_single()
845 switch (inst_get_field(inst, 26, 30)) { in kvmppc_emulate_paired_single()
998 switch (inst_get_field(inst, 21, 30)) { in kvmppc_emulate_paired_single()
1097 switch (inst_get_field(inst, 21, 30)) { in kvmppc_emulate_paired_single()
1119 switch (inst_get_field(inst, 26, 30)) { in kvmppc_emulate_paired_single()
1143 switch (inst_get_field(inst, 21, 30)) { in kvmppc_emulate_paired_single()
1163 u32 cr_shift = inst_get_field(inst, 6, 8) * 4; in kvmppc_emulate_paired_single()
1174 u32 cr_shift = inst_get_field(inst, 6, 8) * 4; in kvmppc_emulate_paired_single()
1223 switch (inst_get_field(inst, 26, 30)) { in kvmppc_emulate_paired_single()