Lines Matching refs:allow_macro_instructions
193 bool allow_macro_instructions() const { return allow_macro_instructions_; } in allow_macro_instructions() function
219 DCHECK(allow_macro_instructions()); in Mov()
223 DCHECK(allow_macro_instructions()); in Mov()
227 DCHECK(allow_macro_instructions()); in Mov()
231 DCHECK(allow_macro_instructions()); in Mov()
276 DCHECK(allow_macro_instructions()); \
358 DCHECK(allow_macro_instructions()); \
375 DCHECK(allow_macro_instructions()); \ in NEON_2VREG_MACRO_LIST()
513 DCHECK(allow_macro_instructions()); \
520 DCHECK(allow_macro_instructions());
614 DCHECK(allow_macro_instructions());
841 DCHECK(allow_macro_instructions()); in Fmov()
891 DCHECK(allow_macro_instructions());
897 DCHECK(allow_macro_instructions());
985 DCHECK(allow_macro_instructions());
991 DCHECK(allow_macro_instructions());
1013 DCHECK(allow_macro_instructions()); in Ins()
1017 DCHECK(allow_macro_instructions()); in Ins()
1029 DCHECK(allow_macro_instructions()); in Dup()
1033 DCHECK(allow_macro_instructions()); in Dup()
1082 DCHECK(allow_macro_instructions()); \
1089 DCHECK(allow_macro_instructions()); in NEON_2VREG_SHIFT_MACRO_LIST()
1093 DCHECK(allow_macro_instructions()); in Tbl()
1098 DCHECK(allow_macro_instructions()); in Tbl()
1103 DCHECK(allow_macro_instructions()); in Tbl()
1108 DCHECK(allow_macro_instructions()); in Tbl()
1113 DCHECK(allow_macro_instructions()); in Ext()
1118 DCHECK(allow_macro_instructions()); in Smov()
1151 DCHECK(allow_macro_instructions()); in Cmgt()
1155 DCHECK(allow_macro_instructions()); in Cmge()
1159 DCHECK(allow_macro_instructions()); in Cmeq()
1313 DCHECK(allow_macro_instructions()); in Fcvtl()
1317 DCHECK(allow_macro_instructions()); in Fcvtl2()
1321 DCHECK(allow_macro_instructions()); in Fcvtn()
1325 DCHECK(allow_macro_instructions()); in Fcvtn2()
1329 DCHECK(allow_macro_instructions()); in Fcvtxn()
1333 DCHECK(allow_macro_instructions()); in Fcvtxn2()
1357 DCHECK(allow_macro_instructions());
1376 DCHECK(allow_macro_instructions()); in Cmle()
1380 DCHECK(allow_macro_instructions()); in Cmlt()
1385 DCHECK(allow_macro_instructions()); in Ld1()
1389 DCHECK(allow_macro_instructions()); in Ld1()
1394 DCHECK(allow_macro_instructions()); in Ld1()
1399 DCHECK(allow_macro_instructions()); in Ld1()
1403 DCHECK(allow_macro_instructions()); in Ld1()
1407 DCHECK(allow_macro_instructions()); in Ld1r()
1411 DCHECK(allow_macro_instructions()); in Ld2()
1416 DCHECK(allow_macro_instructions()); in Ld2()
1420 DCHECK(allow_macro_instructions()); in Ld2r()
1425 DCHECK(allow_macro_instructions()); in Ld3()
1430 DCHECK(allow_macro_instructions()); in Ld3()
1435 DCHECK(allow_macro_instructions()); in Ld3r()
1440 DCHECK(allow_macro_instructions()); in Ld4()
1445 DCHECK(allow_macro_instructions()); in Ld4()
1450 DCHECK(allow_macro_instructions()); in Ld4r()
1454 DCHECK(allow_macro_instructions()); in St1()
1458 DCHECK(allow_macro_instructions()); in St1()
1463 DCHECK(allow_macro_instructions()); in St1()
1468 DCHECK(allow_macro_instructions()); in St1()
1472 DCHECK(allow_macro_instructions()); in St1()
1476 DCHECK(allow_macro_instructions()); in St2()
1481 DCHECK(allow_macro_instructions()); in St3()
1486 DCHECK(allow_macro_instructions()); in St4()
1491 DCHECK(allow_macro_instructions()); in St2()
1496 DCHECK(allow_macro_instructions()); in St3()
1501 DCHECK(allow_macro_instructions()); in St4()
1505 DCHECK(allow_macro_instructions()); in Tbx()
1510 DCHECK(allow_macro_instructions()); in Tbx()
1515 DCHECK(allow_macro_instructions()); in Tbx()
1520 DCHECK(allow_macro_instructions()); in Tbx()
2046 previous_allow_macro_instructions_ = tasm_->allow_macro_instructions(); in tasm_()