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

/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c153 #define SLLX (F3(2, 0x25)|(1<<12)) macro
456 emit_alu_K(SLLX, dest, shift_count, ctx);
506 emit_alu_K(SLLX, dest, shift, ctx);
532 emit_alu_K(SLLX, dest, lowest_bit_set - 10, ctx);
539 emit_alu_K(SLLX, dest, 32, ctx);
612 emit_alu_K(SLLX, tmp, 32, ctx);
978 emit_alu(SLLX, src, dst, ctx);
1146 emit_alu_K(SLLX, dst, imm, ctx);

Completed in 182 milliseconds