Lines Matching defs:bL

8332    UInt bL = INSN(21,21);
8386 if (bL)
8390 DIP("v%s%u.%d {", bL ? "ld" : "st", N + 1, 8 << size);
8406 if (bL == 0)
8586 if (bL)
8625 if (bL) {
8656 if (bL) {
8701 if (bL) {
8739 if (bL) {
8786 DIP("v%s%u.%d {", bL ? "ld" : "st", N + 1, 8 << INSN(7,6));
12592 UInt bL, /* 1: load, 0: store */
12658 if (bW == 1 && bL == 1)
12691 if (bL == 1) {
12728 if (rN == 13 && bL == 1 && bINC && !bBEFORE && bW == 1) {
12735 if (bL == 1) {
12854 UInt bL = (insn28 >> 20) & 1;
12928 if (bL) {
12945 const HChar* nm = bL==1 ? "ld" : "st";
12991 UInt bL = (insn28 >> 20) & 1;
13065 if (bL) {
13082 const HChar* nm = bL==1 ? "ld" : "st";
13432 UInt bL = (insn28 >> 20) & 1; /* 1: load 0: store */
13446 if (bL) {
13452 bL ? "ld" : "st", nCC(conq), dD, rN,
13782 UInt bL = (insn28 >> 20) & 1;
13857 if (bL) {
13874 const HChar* nm = bL==1 ? "ld" : "st";
13937 UInt bL = (insn28 >> 20) & 1; /* 1: load 0: store */
13951 if (bL) {
13957 bL ? "ld" : "st", nCC(conq), fD, rN,
15113 UInt bL = (insn >> 20) & 1; /* 20 */
15129 if (bL == 1 && rN == rD) goto after_load_store_ubyte_or_word;
15135 if (bL == 1 && rN == rD) goto after_load_store_ubyte_or_word;
15169 if (bL == 0) {
15200 vassert(bL == 1);
15241 if (bL == 1)
15250 bL == 0 ? "st" : "ld",
15254 bL == 0 ? "st" : "ld",
15258 bL == 0 ? "st" : "ld",
15340 UInt bL = (insn >> 20) & 1; /* 20 L=1 load, L=0 store */
15350 if (bS == 1 && bL == 0) /* "signed store" */
15368 if (bL == 1 && rN == rD) goto after_load_store_sbyte_or_hword;
15374 if (bL == 1 && rN == rD) goto after_load_store_sbyte_or_hword;
15385 if (bL == 1 && rD == 15 && condT != IRTemp_INVALID) {
15430 /**/ if (bH == 1 && bL == 0 && bS == 0) { // halfword store
15435 else if (bH == 1 && bL == 1 && bS == 0) { // uhalf load
15442 else if (bH == 1 && bL == 1 && bS == 1) { // shalf load
15449 else if (bH == 0 && bL == 1 && bS == 1) { // sbyte load
15463 if (bL == 1)
15515 UInt bL = (insn >> 20) & 1; /* load=1, store=0 */
15532 if (bW == 1 && bL == 1 && ((1 << rN) & regList) > 0)
15544 mk_ldm_stm( True/*arm*/, rN, bINC, bBEFORE, bW, bL, regList );
15547 bL == 1 ? "ld" : "st", bINC ? 'i' : 'd', bBEFORE ? 'b' : 'a',
19313 UInt bL = INSN0(4,4);
19334 if (bL == 1) {
19349 if (bL == 1 && bP == 1) {
19361 mk_ldm_stm(False/*!arm*/, rN, bINC, bBEFORE, bW, bL, regList);
19363 if (bL == 1 && (regList & (1<<15))) {
19372 bL == 1 ? "ld" : "st", bINC ? 'i' : 'd', bBEFORE ? 'b' : 'a',
20590 UInt bL = INSN0(4,4); // 1: load 0: store
20600 if (bL == 1 && rT == rT2) valid = False;
20603 if (rN == 15 && (bL == 0/*store*/
20625 if (bL == 0/*store*/ && bW == 1/*wb*/
20632 if (bL == 0) {
20664 const HChar* nm = bL ? "ldrd" : "strd";