Searched refs:ishift (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/contrib/gcc/config/i386/ |
| HD | k6.md | 83 (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")
|
| HD | i386.md | 210 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 …]
|
| HD | geode.md | 55 (eq_attr "type" "ishift,ishift1,rotate,rotate1,cld"))
|
| HD | pentium.md | 50 (and (eq_attr "type" "ishift")
|
| HD | ppro.md | 190 (eq_attr "type" "ishift,ishift1,rotate,rotate1"))) 196 (eq_attr "type" "ishift,ishift1,rotate,rotate1")))
|
| /freebsd-11-stable/contrib/gcc/config/rs6000/ |
| HD | rs6000.c | 12211 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()
|