1# RUN: not llc -march=mips64 -mcpu=mips64r2 -start-after=expand-isel-pseudos -stop-after=expand-isel-pseudos \ 2# RUN: -verify-machineinstrs %s -o - 2>&1 | FileCheck %s 3 4# CHECK: Position operand is out of range! 5 6# Check that the machine verifier checks the position operand is in the range 32..63 7--- 8name: dextu 9alignment: 3 10exposesReturnsTwice: false 11legalized: false 12regBankSelected: false 13selected: false 14tracksRegLiveness: true 15registers: 16 - { id: 0, class: gpr64, preferred-register: '' } 17 - { id: 1, class: gpr64, preferred-register: '' } 18liveins: 19 - { reg: '$a0_64', virtual-reg: '%0' } 20frameInfo: 21 isFrameAddressTaken: false 22 isReturnAddressTaken: false 23 hasStackMap: false 24 hasPatchPoint: false 25 stackSize: 0 26 offsetAdjustment: 0 27 maxAlignment: 1 28 adjustsStack: false 29 hasCalls: false 30 stackProtector: '' 31 maxCallFrameSize: 4294967295 32 hasOpaqueSPAdjustment: false 33 hasVAStart: false 34 hasMustTailInVarArgFunc: false 35 savePoint: '' 36 restorePoint: '' 37fixedStack: 38stack: 39constants: 40body: | 41 bb.0.entry: 42 liveins: $a0_64 43 44 %0 = COPY $a0_64 45 %1 = DEXTU %0, 64, 5 46 $v0_64 = COPY %1 47 RetRA implicit $v0_64 48 49... 50