Lines Matching defs:emit_code
492 bool emit_code = (masm != NULL);
541 if (emit_code) {
555 if (emit_code) masm->movn(temp, ~imm16 & 0xffff, 16 * i);
558 if (emit_code) masm->movz(temp, imm16, 16 * i);
564 if (emit_code) masm->movk(temp, imm16, 16 * i);
575 if (emit_code) masm->mov(rd, temp);
1299 bool emit_code = (masm != NULL);
1301 VIXL_ASSERT(!emit_code || masm->allow_macro_instructions_);
1363 if (emit_code) {
1371 if (emit_code) {
1378 if (emit_code) {
1396 bool emit_code = (masm != NULL);
1401 if (emit_code) masm->Mov(rd, left);
1405 if (emit_code) {
1436 bool emit_code = (masm != NULL);
1439 if (emit_code) masm->cset(rd, cond);
1442 if (emit_code) masm->csetm(rd, cond);
1457 bool emit_code = (masm != NULL);
1466 if (emit_code) {
1472 if (emit_code) {