Changeset View
Changeset View
Standalone View
Standalone View
test/MC/Mips/branch-pseudos-bad.s
Show All 14 Lines | |||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | ||||
bgeu $7, $8, local_label | bgeu $7, $8, local_label | ||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | ||||
bgt $7, $8, local_label | bgt $7, $8, local_label | ||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | ||||
bgtu $7, $8, local_label | bgtu $7, $8, local_label | ||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | ||||
beql $7, 256, local_label | |||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | |||||
bnel $7, 256, local_label | |||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | |||||
bltl $7, $8, local_label | bltl $7, $8, local_label | ||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | ||||
bltul $7, $8, local_label | bltul $7, $8, local_label | ||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | ||||
blel $7, $8, local_label | blel $7, $8, local_label | ||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | ||||
bleul $7, $8, local_label | bleul $7, $8, local_label | ||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | ||||
bgel $7, $8, local_label | bgel $7, $8, local_label | ||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | ||||
bgeul $7, $8, local_label | bgeul $7, $8, local_label | ||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | ||||
bgtl $7, $8, local_label | bgtl $7, $8, local_label | ||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | ||||
bgtul $7, $8, local_label | bgtul $7, $8, local_label | ||||
# CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available | # CHECK: :[[@LINE-1]]:3: error: pseudo-instruction requires $at, which is not available |