HomeSort by relevance Sort by last modified time
    Searched full:bgeu (Results 1 - 25 of 69) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
bgeu.s 1 # Source file used to test the bgeu macro.
4 bgeu $4,$5,text_label
5 bgeu $0,$5,text_label
7 bgeu $4,1,text_label
8 bgeu $4,2,text_label
9 bgeu $4,0x8000,text_label
10 bgeu $4,-0x8000,text_label
11 bgeu $4,0x10000,text_label
12 bgeu $4,0x1a5a5,text_label
14 # bgtu is handled like bgeu, except when both arguments are registers
    [all...]
mips16-macro.s 33 1: bgeu $5,$17,1b
50 1: bgeu $16,-32768,1b
51 1: bgeu $17,32767,1b
micromips-warn.l 9 .*:2625: Warning: branch bgeu is always true
10 .*:2634: Warning: branch bgeu is always true
mipsr6@bgeu.d 2 #name: MIPS bgeu
4 #source: bgeu.s
6 # Test the bgeu macro.
bgeu.d 2 #name: MIPS bgeu
5 # Test the bgeu macro.
micromips@bgeu.d 2 #name: MIPS bgeu
3 #source: bgeu.s
6 # Test the bgeu macro (microMIPS).
micromips.l 19 .*:2625: Warning: branch bgeu is always true
20 .*:2634: Warning: branch bgeu is always true
micromips-branch-relax.s 111 bgeu $3, $4, test3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
branch.s 8 bgeu r4,r5,text_label
branch.d 12 0+0008 <[^>]*> 2140002e bgeu r4,r5,0000000c <[^>]*>
  /art/runtime/interpreter/mterp/mips/
op_aget_wide.S 17 bgeu a1, a3, common_errArrayIndex # index >= length, bail
op_aput_wide.S 17 bgeu a1, a3, common_errArrayIndex # index >= length, bail
op_aget.S 24 bgeu a1, a3, common_errArrayIndex # index >= length, bail
op_aput.S 21 bgeu a1, a3, common_errArrayIndex # index >= length, bail
  /art/runtime/interpreter/mterp/mips64/
op_aget_wide.S 14 bgeu a1, a3, common_errArrayIndex # unsigned compare: index >= length, bail
op_aput_wide.S 14 bgeu a1, a3, common_errArrayIndex # unsigned compare: index >= length, bail
op_aget.S 24 bgeu a1, a3, common_errArrayIndex # unsigned compare: index >= length, bail
op_aput.S 24 bgeu a1, a3, common_errArrayIndex # unsigned compare: index >= length, bail
  /external/llvm/test/MC/Mips/
set-nomacro.s 48 bgeu $7, $8, local_label
49 bgeu $7, $0, local_label
50 bgeu $0, $8, local_label
51 bgeu $0, $0, local_label
157 bgeu $7, $8, local_label
159 bgeu $7, $0, local_label
161 bgeu $0, $8, local_label
163 bgeu $0, $0, local_label
branch-pseudos-bad.s 16 bgeu $7, $8, local_label
macro-bcc-imm.s 30 bgeu $a2, 32767, foo # ALL: addiu $1, $zero, 32767
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/lm32/
insn.s 48 bgeu r0, r0, label
49 bgeu r1, r2, label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
basic-1.s 25 bgeu r30,r43,tr3
26 bgeu/l r10,r26,tr5
27 bgeu/u r51,r36,tr2
  /toolchain/binutils/binutils-2.25/opcodes/
sh64-opc.c 84 /* 011001mmmmmm1011nnnnnnl00ccc0000 bgeu <A_GREG_M>,<A_GREG_N>,<A_TREG_A> */
85 { "bgeu/l", {A_GREG_M,A_GREG_N,A_TREG_A}, {OFFSET_20,OFFSET_10,OFFSET_4}, 0x640b0200
87 /* 011001mmmmmm1011nnnnnnl00ccc0000 bgeu <A_GREG_M>,<A_GREG_N>,<A_TREG_A> */
88 { "bgeu", {A_GREG_M,A_GREG_N,A_TREG_A}, {OFFSET_20,OFFSET_10,OFFSET_4}, 0x640b0200
90 /* 011001mmmmmm1011nnnnnn000ccc0000 bgeu/u <A_GREG_M>,<A_GREG_N>,<A_TREG_A> */
91 { "bgeu/u", {A_GREG_M,A_GREG_N,A_TREG_A}, {OFFSET_20,OFFSET_10,OFFSET_4}, 0x640b0000
    [all...]
moxie-opc.c 203 { 0x08, MOXIE_F3_PCREL,"bgeu" },

Completed in 868 milliseconds

1 2 3