• Home
  • Raw
  • Download

Lines Matching refs:opc1

3211    UChar opc1    = ifieldOPC(theInstr);  in dis_int_arith()  local
3231 switch (opc1) { in dis_int_arith()
3848 UChar opc1 = ifieldOPC(theInstr); in dis_int_cmp() local
3872 switch (opc1) { in dis_int_cmp()
3968 UChar opc1 = ifieldOPC(theInstr); in dis_int_logic() local
3986 switch (opc1) { in dis_int_logic()
4346 UChar opc1 = ifieldOPC(theInstr); in dis_int_parity() local
4376 if (opc1 != 0x1f || rB_addr || b0) { in dis_int_parity()
4475 UChar opc1 = ifieldOPC(theInstr); in dis_int_rot() local
4499 switch (opc1) { in dis_int_rot()
4725 UChar opc1 = ifieldOPC(theInstr); in dis_int_load() local
4739 switch (opc1) { in dis_int_load()
4758 switch (opc1) { in dis_int_load()
5016 UChar opc1 = ifieldOPC(theInstr); in dis_int_store() local
5034 switch (opc1) { in dis_int_store()
5046 switch (opc1) { in dis_int_store()
5234 UChar opc1 = ifieldOPC(theInstr); in dis_int_ldst_mult() local
5250 switch (opc1) { in dis_int_ldst_mult()
5377 UChar opc1 = ifieldOPC(theInstr); in dis_int_ldst_str() local
5392 if (opc1 != 0x1F || b0 != 0) { in dis_int_ldst_str()
5548 UChar opc1 = ifieldOPC(theInstr); in dis_branch() local
5579 switch (opc1) { in dis_branch()
5758 UChar opc1 = ifieldOPC(theInstr); in dis_cond_logic() local
5771 if (opc1 != 19 || b0 != 0) { in dis_cond_logic()
5943 UChar opc1 = ifieldOPC(theInstr); in dis_trapi() local
5952 switch (opc1) { in dis_trapi()
6091 UChar opc1 = ifieldOPC(theInstr); in dis_memsync() local
6107 switch (opc1) { in dis_memsync()
6377 UChar opc1 = ifieldOPC(theInstr); in dis_int_shift() local
6400 if (opc1 == 0x1F) { in dis_int_shift()
6643 UChar opc1 = ifieldOPC(theInstr); in dis_int_ldst_rev() local
6656 if (opc1 != 0x1F || b0 != 0) { in dis_int_ldst_rev()
6737 UChar opc1 = ifieldOPC(theInstr); in dis_proc_ctl() local
6768 if (opc1 != 0x1F) { in dis_proc_ctl()
7141 UChar opc1 = ifieldOPC(theInstr); in dis_cache_manage() local
7155 if (opc1 == 0x1F && ((opc2 == 0x116) || (opc2 == 0xF6))) { in dis_cache_manage()
7159 if (opc1 == 0x1F && opc2 == 0x116 && b21to25 == 0x11) in dis_cache_manage()
7162 if (opc1 == 0x1F && opc2 == 0x3F6) { // dcbz in dis_cache_manage()
7173 if (opc1 != 0x1F || b21to25 != 0 || b0 != 0) { in dis_cache_manage()
7175 (Int)opc1, (Int)b21to25, (Int)b0); in dis_cache_manage()
7439 UChar opc1 = ifieldOPC(theInstr); in dis_fp_load() local
7462 switch (opc1) { in dis_fp_load()
7577 UChar opc1 = ifieldOPC(theInstr); in dis_fp_store() local
7601 switch (opc1) { in dis_fp_store()
7708 UChar opc1 = ifieldOPC(theInstr); in dis_fp_arith() local
7737 switch (opc1) { in dis_fp_arith()
7946 UChar opc1 = ifieldOPC(theInstr); in dis_fp_multadd() local
7993 switch (opc1) { in dis_fp_multadd()
8425 UChar opc1 = ifieldOPC(theInstr); in dis_fp_tests() local
8432 if (opc1 != 0x3F || b0 != 0 ){ in dis_fp_tests()
8493 UChar opc1 = ifieldOPC(theInstr); in dis_fp_cmp() local
8507 if (opc1 != 0x3F || b21to22 != 0 || b0 != 0) { in dis_fp_cmp()
8592 UChar opc1 = ifieldOPC(theInstr); in dis_fp_round() local
8615 if ((!(opc1 == 0x3F || opc1 == 0x3B)) || b16to20 != 0) { in dis_fp_round()
8621 if (opc1 == 0x3B) { in dis_fp_round()
8805 UChar opc1 = ifieldOPC(theInstr); in dis_fp_pair() local
8826 switch (opc1) { in dis_fp_pair()
8941 UChar opc1 = ifieldOPC(theInstr); in dis_fp_move() local
8955 if (opc1 != 0x3F || (frA_addr != 0 && opc2 != 0x008)) { in dis_fp_move()
9042 UChar opc1 = ifieldOPC(theInstr); in dis_fp_scr() local
9046 if (opc1 != 0x3F) { in dis_fp_scr()
10555 UInt opc1 = ifieldOPC( theInstr ); in dis_dfp_compare() local
10565 switch (opc1) { in dis_dfp_compare()
10633 UInt opc1 = ifieldOPC( theInstr ); in dis_dfp_exponent_test() local
10655 switch (opc1) { in dis_dfp_exponent_test()
10823 UInt opc1 = ifieldOPC( theInstr ); in dis_dfp_class_test() local
10887 switch (opc1) { in dis_dfp_class_test()
11933 UInt opc1 = ifieldOPC( theInstr ); in dis_dfp_significant_digits() local
11959 switch ( opc1 ) { in dis_dfp_significant_digits()
12129 UChar opc1 = ifieldOPC(theInstr); in dis_av_datastream() local
12139 if (opc1 != 0x1F || b23to24 != 0 || b0 != 0) { in dis_av_datastream()
12180 UChar opc1 = ifieldOPC(theInstr); in dis_av_procctl() local
12186 if (opc1 != 0x4) { in dis_av_procctl()
12226 UChar opc1 = ifieldOPC( theInstr ); in dis_vx_conv() local
12233 if (opc1 != 0x3C) { in dis_vx_conv()
12724 UChar opc1 = ifieldOPC( theInstr ); in dis_vxv_dp_arith() local
12734 if (opc1 != 0x3C) { in dis_vxv_dp_arith()
12967 UChar opc1 = ifieldOPC( theInstr ); in dis_vxv_sp_arith() local
12982 if (opc1 != 0x3C) { in dis_vxv_sp_arith()
13294 UChar opc1 = ifieldOPC( theInstr ); in dis_av_count_bitTranspose() local
13298 if (opc1 != 0x4) { in dis_av_count_bitTranspose()
13757 UChar opc1 = ifieldOPC( theInstr ); in dis_vxv_misc() local
13761 if (opc1 != 0x3C) { in dis_vxv_misc()
14224 UChar opc1 = ifieldOPC( theInstr ); in dis_vxs_arith() local
14232 if (opc1 != 0x3C) { in dis_vxs_arith()
14553 UChar opc1 = ifieldOPC( theInstr ); in dis_vx_cmp() local
14561 if (opc1 != 0x3C) { in dis_vx_cmp()
14677 UChar opc1 = ifieldOPC( theInstr ); in dis_vvec_cmp() local
14685 if (opc1 != 0x3C) { in dis_vvec_cmp()
14773 UChar opc1 = ifieldOPC( theInstr ); in dis_vxs_misc() local
14780 if (opc1 != 0x3C) { in dis_vxs_misc()
14983 UChar opc1 = ifieldOPC( theInstr ); in dis_vx_logic() local
14990 if (opc1 != 0x3C) { in dis_vx_logic()
15054 UChar opc1 = ifieldOPC( theInstr ); in dis_vx_load() local
15063 if (opc1 != 0x1F) { in dis_vx_load()
15180 UChar opc1 = ifieldOPC( theInstr ); in dis_vx_store() local
15190 if (opc1 != 0x1F) { in dis_vx_store()
15287 UChar opc1 = ifieldOPC( theInstr ); in dis_vx_permute_misc() local
15295 if (opc1 != 0x3C) { in dis_vx_permute_misc()
15407 UChar opc1 = ifieldOPC(theInstr); in dis_av_load() local
15418 if (opc1 != 0x1F || b0 != 0) { in dis_av_load()
15539 UChar opc1 = ifieldOPC(theInstr); in dis_av_store() local
15553 if (opc1 != 0x1F || b0 != 0) { in dis_av_store()
15625 UChar opc1 = ifieldOPC(theInstr); in dis_av_arith() local
15650 if (opc1 != 0x4) { in dis_av_arith()
16132 UChar opc1 = ifieldOPC(theInstr); in dis_av_logic() local
16143 if (opc1 != 0x4) { in dis_av_logic()
16210 UChar opc1 = ifieldOPC(theInstr); in dis_av_cmp() local
16223 if (opc1 != 0x4) { in dis_av_cmp()
16320 UChar opc1 = ifieldOPC(theInstr); in dis_av_multarith() local
16356 if (opc1 != 0x4) { in dis_av_multarith()
16586 UChar opc1 = ifieldOPC(theInstr); in dis_av_polymultarith() local
16600 if (opc1 != 0x4) { in dis_av_polymultarith()
16640 UChar opc1 = ifieldOPC(theInstr); in dis_av_shift() local
16651 if (opc1 != 0x4){ in dis_av_shift()
16798 UChar opc1 = ifieldOPC(theInstr); in dis_av_permute() local
16817 if (opc1 != 0x4) { in dis_av_permute()
17019 UChar opc1 = ifieldOPC(theInstr); in dis_av_pack() local
17032 if (opc1 != 0x4) { in dis_av_pack()
17339 UChar opc1 = ifieldOPC(theInstr); in dis_av_cipher() local
17350 if (opc1 != 0x4) { in dis_av_cipher()
17400 UChar opc1 = ifieldOPC(theInstr); in dis_av_hash() local
17412 if (opc1 != 0x4) { in dis_av_hash()
17523 UChar opc1 = ifieldOPC(theInstr); in dis_av_quad() local
17537 if (opc1 != 0x4) { in dis_av_quad()
17725 UChar opc1 = ifieldOPC(theInstr); in dis_av_bcd() local
17738 if (opc1 != 0x4) { in dis_av_bcd()
17771 UChar opc1 = ifieldOPC(theInstr); in dis_av_fp_arith() local
17785 if (opc1 != 0x4) { in dis_av_fp_arith()
17888 UChar opc1 = ifieldOPC(theInstr); in dis_av_fp_cmp() local
17903 if (opc1 != 0x4) { in dis_av_fp_cmp()
17982 UChar opc1 = ifieldOPC(theInstr); in dis_av_fp_convert() local
18003 if (opc1 != 0x4) { in dis_av_fp_convert()
18492 UChar opc1; in disInstr_PPC_WRK() local
18631 opc1 = ifieldOPC(theInstr); in disInstr_PPC_WRK()
18638 opc1 = ifieldOPC(theInstr); in disInstr_PPC_WRK()
18642 switch (opc1) { in disInstr_PPC_WRK()
19884 opc1, opc1, opc2, opc2); in disInstr_PPC_WRK()