Searched refs:inst_get_field (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_paired_singles.c | 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() [all …]
|