Home | History | Annotate | Download | only in Mips

Lines Matching refs:EB

4 # RUN: | FileCheck -check-prefix=CHECK-EB %s
26 # CHECK-EB: lb $5, 8($4) # encoding: [0x1c,0xa4,0x00,0x08]
27 # CHECK-EB: lbu $6, 8($4) # encoding: [0x14,0xc4,0x00,0x08]
28 # CHECK-EB: lh $2, 8($4) # encoding: [0x3c,0x44,0x00,0x08]
29 # CHECK-EB: lhu $4, 8($2) # encoding: [0x34,0x82,0x00,0x08]
30 # CHECK-EB: lw $6, 4($5) # encoding: [0xfc,0xc5,0x00,0x04]
31 # CHECK-EB: sb $5, 8($4) # encoding: [0x18,0xa4,0x00,0x08]
32 # CHECK-EB: sh $2, 8($4) # encoding: [0x38,0x44,0x00,0x08]
33 # CHECK-EB: sw $5, 4($6) # encoding: [0xf8,0xa6,0x00,0x04]
34 # CHECK-EB: ll $2, 8($4) # encoding: [0x60,0x44,0x30,0x08]
35 # CHECK-EB: sc $2, 8($4) # encoding: [0x60,0x44,0xb0,0x08]
36 # CHECK-EB: lwu $2, 8($4) # encoding: [0x60,0x44,0xe0,0x08]