Home
last modified time | relevance | path

Searched refs:ishift (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dk6.md45 (eq_attr "type" "ishift,ishift1,rotate,rotate1,alu1,negnot,cld"))
57 … (eq_attr "type" "ishift,ishift1,rotate,rotate1,alu1,negnot,alu,icmp,test,imovx,incdec,setcc,lea"))
H A Dppro.md63 (eq_attr "type" "ishift,rotate,ishift1,rotate1,lea,ibr,cld"))
H A Dathlon.md66 …(eq_attr "type" "alu1,negnot,alu,icmp,test,imov,imovx,lea,incdec,ishift,ishift1,rotate,rotate1,ibr…
H A Di386.md153 incdec,ishift,ishift1,rotate,rotate1,imul,idiv,
187 (eq_attr "type" "alu,alu1,negnot,imovx,ishift,rotate,ishift1,rotate1,
363 (and (eq_attr "type" "alu,ishift,rotate,imul,idiv")
10453 (const_string "ishift")))
10508 (const_string "ishift")))
10560 [(set_attr "type" "ishift")
10658 (const_string "ishift")))
10738 (const_string "ishift")))
10794 (const_string "ishift")))
10832 (const_string "ishift")))
[all …]
H A Dpentium.md50 (and (eq_attr "type" "ishift")
/openbsd-src/usr.bin/sndiod/
H A Ddsp.c624 unsigned int ishift; in enc_init()
640 ishift = p->shift; in enc_init()
655 s <<= ishift; in dec_do()
662 unsigned int ishift; dec_do() local
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dk6.md83 (and (eq_attr "type" "ishift,ishift1,rotate,rotate1,alu1,negnot,cld")
89 (and (eq_attr "type" "ishift,ishift1,rotate,rotate1,alu1,negnot,cld")
95 (and (eq_attr "type" "ishift,ishift1,rotate,rotate1,alu1,negnot,cld")
H A Di386.md198 incdec,ishift,ishift1,rotate,rotate1,imul,idiv,
232 (eq_attr "type" "alu,alu1,negnot,imovx,ishift,rotate,ishift1,rotate1,
432 (and (eq_attr "type" "alu,ishift,rotate,imul,idiv")
10303 [(set_attr "type" "ishift")
10371 (const_string "ishift")))
10429 (const_string "ishift")))
10470 (const_string "ishift")))
10517 [(set_attr "type" "ishift")
10611 (const_string "ishift")))
10695 (const_string "ishift")))
[all …]
H A Dpentium.md50 (and (eq_attr "type" "ishift")
H A Dppro.md190 (eq_attr "type" "ishift,ishift1,rotate,rotate1")))
196 (eq_attr "type" "ishift,ishift1,rotate,rotate1")))
/openbsd-src/usr.bin/aucat/
H A Ddsp.c693 unsigned int ishift; in enc_init()
709 ishift = p->shift; in enc_init()
724 s <<= ishift; in dec_do()
732 unsigned int ishift; dec_do() local
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c12169 int ishift = 0; in rs6000_emit_sync() local
12171 ishift = GET_MODE_BITSIZE (SImode) - GET_MODE_BITSIZE (mode); in rs6000_emit_sync()
12173 shift = GEN_INT (ishift); in rs6000_emit_sync()