Lines Matching refs:slice
16 ; Low slice starts at 0 (base) and is 8-bytes aligned.
17 ; High slice starts at 4 (base + 4-bytes) and is 4-bytes aligned.
24 ; Add low slice: out[out_start].real, this is base + 0.
26 ; Add high slice: out[out_start].imm, this is base + 4.
39 ; Add low slice: out[out_start].real, this is base + 0.
41 ; Add high slice: out[out_start].imm, this is base + 4.
87 ; Low slice starts at 0 (base) and is 8-bytes aligned.
88 ; High slice starts at 6 (base + 6-bytes) and is 2-bytes aligned.
95 ; For the REGULAR heuristic, this is not profitable to slice things that are not
112 ; First slice uses bytes numbered 0 to 3.
113 ; Second slice uses bytes numbered 6 and 7.
114 ; Third slice uses bytes numbered 4 to 7.