Lines Matching refs:nor
132 nor $4, $5, 0
134 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00]
135 nor $4, $5, 1
137 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00]
138 nor $4, $5, 0x8000
140 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00]
141 nor $4, $5, -0x8000
143 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00]
144 nor $4, $5, 0x10000
146 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00]
147 nor $4, $5, 0x1a5a5
150 # CHECK: nor $4, $4, $5 # encoding: [0x27,0x20,0x85,0x00]