Searched refs:fast_int (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c557 unsigned long fast_int = (~low_bits & 0xffffffff); local
559 if ((is_sethi(fast_int) &&
561 emit(SETHI(fast_int, dest), ctx);
562 } else if (is_simm13(fast_int)) {
563 emit(OR | IMMED | RS1(G0) | S13(fast_int) | RD(dest), ctx);
565 emit_loadimm64(fast_int, dest, ctx);

Completed in 102 milliseconds