Searched refs:quads (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/alpha/lib/ |
H A D | memchr.S | 127 # At least two quads remain to be accessed. 129 subq $18, $0, $4 #-e0 : $4 <- nr quads to be processed 130 and $4, 8, $4 # e1 : odd number of quads? 133 # At least three quads remain to be accessed
|
H A D | ev6-memchr.S | 145 # At least two quads remain to be accessed. 147 subq $18, $0, $4 # E : $4 <- nr quads to be processed 148 and $4, 8, $4 # E : odd number of quads? 150 # At least three quads remain to be accessed
|
H A D | ev6-memset.S | 103 sra $18,3,$3 # U : Number of remaining quads to write 198 subq $3,1,$3 # E : Decrement number quads left 281 sra $18,3,$3 # U : Number of remaining quads to write 376 subq $3,1,$3 # E : Decrement number quads left 469 sra $18,3,$3 # U : Number of remaining quads to write 564 subq $3,1,$3 # E : Decrement number quads left
|
H A D | ev6-memcpy.S | 65 beq $1, $do_unroll # U : no single quads to fiddle 217 bge $18, $mis_quad # U : More quads to move
|
/openbmc/qemu/include/hw/ppc/ |
H A D | pnv_chip.h | 94 PnvQuad *quads; member 131 PnvQuad *quads; member
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv.c | 1736 chip9->quads = g_new0(PnvQuad, chip9->nr_quads); in pnv_chip_quad_realize() 1739 PnvQuad *eq = &chip9->quads[i]; in pnv_chip_quad_realize() 2007 chip10->quads = g_new0(PnvQuad, chip10->nr_quads); in pnv_chip_power10_quad_realize() 2010 PnvQuad *eq = &chip10->quads[i]; in pnv_chip_power10_quad_realize()
|
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3/ |
H A D | opengl.patch | 172 GdkTexturedQuad *quads,
|