Home
last modified time | relevance | path

Searched refs:bin_shr (Results 1 – 5 of 5) sorted by relevance

/dports/mail/mailfromd/mailfromd-8.10/src/
H A Ddrivers.c305 case bin_shr: in optimize_arith()
401 case bin_shr: in optimize_arith()
490 case bin_shr: in optimize_arith()
706 case bin_shr: in optimize_type_bin()
932 case bin_shr: in code_type_bin()
H A Dmailfromd.h178 bin_shr enumerator
H A Dgram.y1876 $$->v.bin.opcode = bin_shr;
2680 case bin_shr: in print_bin_op()
H A Dgram.c4175 (yyval.node)->v.bin.opcode = bin_shr; in yyparse()
5373 case bin_shr: in print_bin_op()
/dports/mail/mailfromd/mailfromd-8.10/
H A DChangeLog2549 * src/mailfromd.h (bin_opcode): New opcodes bin_shl and bin_shr.