Lines Matching refs:g0
115 notand g0,3,SRC1 # extract word addr of start of src1
120 cmpo g0,SRC1 # check alignment of src1
129 shlo 3,g0,g14 # compute shift count for src1
136 mov LSW,g0
139 cmpo SRC2,g0 # compare src1 and src2 words
146 scanbyte 0,g0 # check for null byte in src1 word
148 mov LSW,g0 # extract word of src1
159 shlo 3,g0,g14 # compute shift count for src1
169 mov LSW,g0
172 cmpo SRC2,g0 # compare src1 and src2 words
183 scanbyte 0,g0 # check for null byte in src1 word
185 eshro g14,g4,g0 # extract word of src1
193 mov LSW,g0 # restore extracted src1 word
202 and g0,g1,LSW # extract next char of src1
217 lda 0,g0 # return zero, indicating equality
228 mov 1,g0
229 bx (g13) # g0 = 1 (src1 > src2)
232 subi 1,0,g0
233 bx (g13) # g0 = -1 (src1 < src2)
247 subo g14,g0,g0 # second (final) step in computing new src1 ptr
254 lda 0,g0 # return indicator of equality.