Home | History | Annotate | Download | only in mips32r5

Lines Matching refs:SLL

259         sll       $4, $5               # CHECK: sllv $4, $4, $5        # encoding: [0x00,0xa4,0x20,0x04]
260 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SLL
262 sll $a3,18 # CHECK: sll $7, $7, 18 # encoding: [0x00,0x07,0x3c,0x80]
263 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SLL
265 sll $a3,$zero,18 # CHECK: sll $7, $zero, 18 # encoding: [0x00,0x00,0x3c,0x80]
266 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SLL
268 sll $a3,$zero,$9 # CHECK: sllv $7, $zero, $9 # encoding: [0x01,0x20,0x38,0x04]
269 # CHECK-NEXT: # <MCInst #{{[0-9]+}} SLL