• Home
  • Raw
  • Download

Lines Matching refs:bL

8391    UInt bL = INSN(21,21);  in dis_neon_load_or_store()  local
8445 if (bL) in dis_neon_load_or_store()
8449 DIP("v%s%u.%d {", bL ? "ld" : "st", N + 1, 8 << size); in dis_neon_load_or_store()
8465 if (bL == 0) in dis_neon_load_or_store()
8645 if (bL) in dis_neon_load_or_store()
8684 if (bL) { in dis_neon_load_or_store()
8715 if (bL) { in dis_neon_load_or_store()
8760 if (bL) { in dis_neon_load_or_store()
8798 if (bL) { in dis_neon_load_or_store()
8845 DIP("v%s%u.%d {", bL ? "ld" : "st", N + 1, 8 << INSN(7,6)); in dis_neon_load_or_store()
14058 UInt bL, /* 1: load, 0: store */ in mk_ldm_stm() argument
14124 if (bW == 1 && bL == 1) in mk_ldm_stm()
14157 if (bL == 1) { in mk_ldm_stm()
14194 if (rN == 13 && bL == 1 && bINC && !bBEFORE && bW == 1) { in mk_ldm_stm()
14201 if (bL == 1) { in mk_ldm_stm()
14320 UInt bL = (insn28 >> 20) & 1; in decode_CP10_CP11_instruction() local
14394 if (bL) { in decode_CP10_CP11_instruction()
14411 const HChar* nm = bL==1 ? "ld" : "st"; in decode_CP10_CP11_instruction()
14457 UInt bL = (insn28 >> 20) & 1; in decode_CP10_CP11_instruction() local
14531 if (bL) { in decode_CP10_CP11_instruction()
14548 const HChar* nm = bL==1 ? "ld" : "st"; in decode_CP10_CP11_instruction()
14898 UInt bL = (insn28 >> 20) & 1; /* 1: load 0: store */ in decode_CP10_CP11_instruction() local
14912 if (bL) { in decode_CP10_CP11_instruction()
14918 bL ? "ld" : "st", nCC(conq), dD, rN, in decode_CP10_CP11_instruction()
15248 UInt bL = (insn28 >> 20) & 1; in decode_CP10_CP11_instruction() local
15323 if (bL) { in decode_CP10_CP11_instruction()
15340 const HChar* nm = bL==1 ? "ld" : "st"; in decode_CP10_CP11_instruction()
15403 UInt bL = (insn28 >> 20) & 1; /* 1: load 0: store */ in decode_CP10_CP11_instruction() local
15417 if (bL) { in decode_CP10_CP11_instruction()
15423 bL ? "ld" : "st", nCC(conq), fD, rN, in decode_CP10_CP11_instruction()
16578 UInt bL = (insn >> 20) & 1; /* 20 */ in disInstr_ARM_WRK() local
16594 if (bL == 1 && rN == rD) goto after_load_store_ubyte_or_word; in disInstr_ARM_WRK()
16600 if (bL == 1 && rN == rD) goto after_load_store_ubyte_or_word; in disInstr_ARM_WRK()
16634 if (bL == 0) { in disInstr_ARM_WRK()
16665 vassert(bL == 1); in disInstr_ARM_WRK()
16706 if (bL == 1) in disInstr_ARM_WRK()
16715 bL == 0 ? "st" : "ld", in disInstr_ARM_WRK()
16719 bL == 0 ? "st" : "ld", in disInstr_ARM_WRK()
16723 bL == 0 ? "st" : "ld", in disInstr_ARM_WRK()
16805 UInt bL = (insn >> 20) & 1; /* 20 L=1 load, L=0 store */ in disInstr_ARM_WRK() local
16815 if (bS == 1 && bL == 0) /* "signed store" */ in disInstr_ARM_WRK()
16833 if (bL == 1 && rN == rD) goto after_load_store_sbyte_or_hword; in disInstr_ARM_WRK()
16839 if (bL == 1 && rN == rD) goto after_load_store_sbyte_or_hword; in disInstr_ARM_WRK()
16850 if (bL == 1 && rD == 15 && condT != IRTemp_INVALID) { in disInstr_ARM_WRK()
16895 /**/ if (bH == 1 && bL == 0 && bS == 0) { // halfword store in disInstr_ARM_WRK()
16900 else if (bH == 1 && bL == 1 && bS == 0) { // uhalf load in disInstr_ARM_WRK()
16907 else if (bH == 1 && bL == 1 && bS == 1) { // shalf load in disInstr_ARM_WRK()
16914 else if (bH == 0 && bL == 1 && bS == 1) { // sbyte load in disInstr_ARM_WRK()
16928 if (bL == 1) in disInstr_ARM_WRK()
16980 UInt bL = (insn >> 20) & 1; /* load=1, store=0 */ in disInstr_ARM_WRK() local
16997 if (bW == 1 && bL == 1 && ((1 << rN) & regList) > 0) in disInstr_ARM_WRK()
17009 mk_ldm_stm( True/*arm*/, rN, bINC, bBEFORE, bW, bL, regList ); in disInstr_ARM_WRK()
17012 bL == 1 ? "ld" : "st", bINC ? 'i' : 'd', bBEFORE ? 'b' : 'a', in disInstr_ARM_WRK()
20795 UInt bL = INSN0(4,4); in disInstr_THUMB_WRK() local
20816 if (bL == 1) { in disInstr_THUMB_WRK()
20831 if (bL == 1 && bP == 1) { in disInstr_THUMB_WRK()
20843 mk_ldm_stm(False/*!arm*/, rN, bINC, bBEFORE, bW, bL, regList); in disInstr_THUMB_WRK()
20845 if (bL == 1 && (regList & (1<<15))) { in disInstr_THUMB_WRK()
20854 bL == 1 ? "ld" : "st", bINC ? 'i' : 'd', bBEFORE ? 'b' : 'a', in disInstr_THUMB_WRK()
22072 UInt bL = INSN0(4,4); // 1: load 0: store in disInstr_THUMB_WRK() local
22082 if (bL == 1 && rT == rT2) valid = False; in disInstr_THUMB_WRK()
22085 if (rN == 15 && (bL == 0/*store*/ in disInstr_THUMB_WRK()
22108 if (bL == 0/*store*/ && bW == 1/*wb*/ in disInstr_THUMB_WRK()
22116 if (bL == 0) { in disInstr_THUMB_WRK()
22148 const HChar* nm = bL ? "ldrd" : "strd"; in disInstr_THUMB_WRK()