Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/config/i386/
HDk6.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")
HDi386.md210 incdec,ishift,ishift1,rotate,rotate1,imul,idiv,
245 (eq_attr "type" "alu,alu1,negnot,imovx,ishift,rotate,ishift1,rotate1,
445 (and (eq_attr "type" "alu,ishift,rotate,imul,idiv")
10402 [(set_attr "type" "ishift")
10471 (const_string "ishift")))
10529 (const_string "ishift")))
10570 (const_string "ishift")))
10617 [(set_attr "type" "ishift")
10712 (const_string "ishift")))
10796 (const_string "ishift")))
[all …]
HDgeode.md55 (eq_attr "type" "ishift,ishift1,rotate,rotate1,cld"))
HDpentium.md50 (and (eq_attr "type" "ishift")
HDppro.md190 (eq_attr "type" "ishift,ishift1,rotate,rotate1")))
196 (eq_attr "type" "ishift,ishift1,rotate,rotate1")))
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDrs6000.c12211 int ishift = 0; in rs6000_emit_sync() local
12213 ishift = GET_MODE_BITSIZE (SImode) - GET_MODE_BITSIZE (mode); in rs6000_emit_sync()
12215 shift = GEN_INT (ishift); in rs6000_emit_sync()