Lines Matching defs:is64
439 bool is64 = BPF_CLASS(insn->code) == BPF_ALU64 ||
459 if (!is64 && !aux->verifier_zext)
467 if (!is64 && !aux->verifier_zext)
472 if (is64)
477 if (!is64 && !aux->verifier_zext)
483 if (!is64 && !aux->verifier_zext)
489 if (!is64 && !aux->verifier_zext)
495 if (!is64 && !aux->verifier_zext)
500 emit(is64 ? rv_mul(rd, rd, rs) : rv_mulw(rd, rd, rs), ctx);
501 if (!is64 && !aux->verifier_zext)
506 emit(is64 ? rv_divu(rd, rd, rs) : rv_divuw(rd, rd, rs), ctx);
507 if (!is64 && !aux->verifier_zext)
512 emit(is64 ? rv_remu(rd, rd, rs) : rv_remuw(rd, rd, rs), ctx);
513 if (!is64 && !aux->verifier_zext)
518 emit(is64 ? rv_sll(rd, rd, rs) : rv_sllw(rd, rd, rs), ctx);
519 if (!is64 && !aux->verifier_zext)
524 emit(is64 ? rv_srl(rd, rd, rs) : rv_srlw(rd, rd, rs), ctx);
525 if (!is64 && !aux->verifier_zext)
530 emit(is64 ? rv_sra(rd, rd, rs) : rv_sraw(rd, rd, rs), ctx);
531 if (!is64 && !aux->verifier_zext)
539 if (!is64 && !aux->verifier_zext)
612 if (!is64 && !aux->verifier_zext)
625 if (!is64 && !aux->verifier_zext)
636 if (!is64 && !aux->verifier_zext)
647 if (!is64 && !aux->verifier_zext)
658 if (!is64 && !aux->verifier_zext)
669 if (!is64 && !aux->verifier_zext)
675 emit(is64 ? rv_mul(rd, rd, RV_REG_T1) :
677 if (!is64 && !aux->verifier_zext)
683 emit(is64 ? rv_divu(rd, rd, RV_REG_T1) :
685 if (!is64 && !aux->verifier_zext)
691 emit(is64 ? rv_remu(rd, rd, RV_REG_T1) :
693 if (!is64 && !aux->verifier_zext)
700 if (!is64 && !aux->verifier_zext)
705 if (is64)
710 if (!is64 && !aux->verifier_zext)
715 if (is64)
720 if (!is64 && !aux->verifier_zext)
756 if (!is64) {
809 if (!is64) {
836 if (!is64 && imm < 0)