Lines Matching refs:inst_get_field
350 static inline u32 inst_get_field(u32 inst, int msb, int lsb) in inst_get_field() function
376 switch (inst_get_field(inst, 21, 30)) { in kvmppc_inst_is_paired_single()
394 switch (inst_get_field(inst, 25, 30)) { in kvmppc_inst_is_paired_single()
400 switch (inst_get_field(inst, 26, 30)) { in kvmppc_inst_is_paired_single()
422 switch (inst_get_field(inst, 21, 30)) { in kvmppc_inst_is_paired_single()
430 switch (inst_get_field(inst, 26, 30)) { in kvmppc_inst_is_paired_single()
440 switch (inst_get_field(inst, 21, 30)) { in kvmppc_inst_is_paired_single()
462 switch (inst_get_field(inst, 26, 30)) { in kvmppc_inst_is_paired_single()
473 switch (inst_get_field(inst, 21, 30)) { in kvmppc_inst_is_paired_single()
650 ax_rd = inst_get_field(inst, 6, 10); in kvmppc_emulate_paired_single()
651 ax_ra = inst_get_field(inst, 11, 15); in kvmppc_emulate_paired_single()
652 ax_rb = inst_get_field(inst, 16, 20); in kvmppc_emulate_paired_single()
653 ax_rc = inst_get_field(inst, 21, 25); in kvmppc_emulate_paired_single()
654 full_d = inst_get_field(inst, 16, 31); in kvmppc_emulate_paired_single()
690 bool w = inst_get_field(inst, 16, 16) ? true : false; in kvmppc_emulate_paired_single()
691 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
700 bool w = inst_get_field(inst, 16, 16) ? true : false; in kvmppc_emulate_paired_single()
701 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
713 bool w = inst_get_field(inst, 16, 16) ? true : false; in kvmppc_emulate_paired_single()
714 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
723 bool w = inst_get_field(inst, 16, 16) ? true : false; in kvmppc_emulate_paired_single()
724 int i = inst_get_field(inst, 17, 19); in kvmppc_emulate_paired_single()
735 switch (inst_get_field(inst, 21, 30)) { in kvmppc_emulate_paired_single()
743 bool w = inst_get_field(inst, 21, 21) ? true : false; in kvmppc_emulate_paired_single()
744 int i = inst_get_field(inst, 22, 24); in kvmppc_emulate_paired_single()
757 bool w = inst_get_field(inst, 21, 21) ? true : false; in kvmppc_emulate_paired_single()
758 int i = inst_get_field(inst, 22, 24); in kvmppc_emulate_paired_single()
830 switch (inst_get_field(inst, 25, 30)) { in kvmppc_emulate_paired_single()
834 bool w = inst_get_field(inst, 21, 21) ? true : false; in kvmppc_emulate_paired_single()
835 int i = inst_get_field(inst, 22, 24); in kvmppc_emulate_paired_single()
844 bool w = inst_get_field(inst, 21, 21) ? true : false; in kvmppc_emulate_paired_single()
845 int i = inst_get_field(inst, 22, 24); in kvmppc_emulate_paired_single()
856 switch (inst_get_field(inst, 26, 30)) { in kvmppc_emulate_paired_single()
1009 switch (inst_get_field(inst, 21, 30)) { in kvmppc_emulate_paired_single()
1108 switch (inst_get_field(inst, 21, 30)) { in kvmppc_emulate_paired_single()
1130 switch (inst_get_field(inst, 26, 30)) { in kvmppc_emulate_paired_single()
1154 switch (inst_get_field(inst, 21, 30)) { in kvmppc_emulate_paired_single()
1174 u32 cr_shift = inst_get_field(inst, 6, 8) * 4; in kvmppc_emulate_paired_single()
1185 u32 cr_shift = inst_get_field(inst, 6, 8) * 4; in kvmppc_emulate_paired_single()
1234 switch (inst_get_field(inst, 26, 30)) { in kvmppc_emulate_paired_single()