match_dup as internal operands

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



what is the advantage of using match_dup for internal operands as

(define_expand "zero_extendhisi2"
 [(set (match_operand:SI 0 "register_operand" "")
 (and:SI (subreg:SI
 (match_operand:HI 1 "register_operand" "")
 0)
 (match_dup 2)))]
 ""
 "operands[2]
    = force_reg (SImode, GEN_INT (65535)); ")






[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux