/external/llvm/test/MC/Mips/ |
branch-pseudos.s | 122 bgeu $7, $8, local_label 127 bgeu $7, $8, global_label 132 bgeu $7, $0, local_label 137 bgeu $0, $8, local_label 141 bgeu $0, $0, local_label
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
nios2r1.h | 277 #define MATCH_R1_BGEU MATCH_R1_OP (BGEU) 285 #define MATCH_R1_BLEU MATCH_R1_OP (BGEU)
|
msp430.h | 114 MSP_INSN (bgeu, 4, 5, 0, 0xffff),
|
/toolchain/binutils/binutils-2.25/cpu/ |
lm32.cpu | 228 ("BGEU" 20) 362 (dni bgeu "branch greater or equal unsigned" () 363 "bgeu $r0,$r1,$branch"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
basic-1.d | 27 [ ]+48:[ ]+65ebae30[ ]+bgeu/l r30,r43,tr3 28 [ ]+4c:[ ]+64ab6a50[ ]+bgeu/l r10,r26,tr5 29 [ ]+50:[ ]+673b9020[ ]+bgeu/u r51,r36,tr2
|
/toolchain/binutils/binutils-2.25/gas/config/ |
xtensa-relax.c | 372 {"bgeu %as,%at,%label ? IsaUseWideBranches", "WIDE.bgeu %as,%at,%label"}, 417 {"bgeu %as,%at,%label", "bltu %as,%at,%LABEL;j %label;LABEL"}, 418 {"bltu %as,%at,%label", "bgeu %as,%at,%LABEL;j %label;LABEL"}, 440 {"WIDE.bgeu %as,%at,%label", "bltu %as,%at,%LABEL;j %label;LABEL"}, 441 {"WIDE.bltu %as,%at,%label", "bgeu %as,%at,%LABEL;j %label;LABEL"}, [all...] |
tc-iq2000.c | 207 {"bgeu", (const char **) & bgeu_expn, (const char **) & bxx_args},
|
tc-msp430.c | 98 beq,bne,blt,bltn,bltu,bge,bgeu 127 MSP430_RLC (bgeu, 5, 0x2c00, 0x2800), 144 MSP430_RLC (bgeu, 5, 0x2c00, 0x2800), [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
lm32-desc.c | 417 /* bgeu $r0,$r1,$branch */ 419 LM32_INSN_BGEU, "bgeu", "bgeu", 32, [all...] |
mips16-opc.c | 208 {"bgeu", "x,y,p", 0, (int) M_BGEU, INSN_MACRO, 0, I1, 0, 0 }, 209 {"bgeu", "x,I,p", 0, (int) M_BGEU_I, INSN_MACRO, 0, I1, 0, 0 },
|
nios2-opc.c | 193 {"bgeu", "s,t,o", "s,t,o,E", 3, 4, iw_i_type,
|
lm32-opc.c | 211 /* bgeu $r0,$r1,$branch */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/lm32/ |
insn.d | 50 a0: 50 00 00 00 bgeu r0,r0,0xa0 51 a4: 50 22 00 00 bgeu r1,r2,0xa4
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-msp430.texi | 211 @item bgeu label
|
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.cpp | 319 case Mips::BGEU:
|
MipsInstrInfo.td | [all...] |
/system/core/libpixelflinger/codeflinger/ |
MIPSAssembler.h | 382 void BGEU(int Rs, int Rt, const char* label);
|
MIPSAssembler.cpp | 708 case HS: mMips->BGEU(cond.r1, cond.r2, label); break; [all...] |
/external/llvm/lib/Target/Mips/AsmParser/ |
MipsAsmParser.cpp | [all...] |
/external/llvm/test/MC/Sparc/ |
sparc-ctrl-instructions.s | 101 bgeu .BB0
|
/art/runtime/interpreter/mterp/out/ |
mterp_mips.S | [all...] |
mterp_mips64.S | [all...] |
/art/compiler/utils/mips/ |
assembler_mips_test.cc | [all...] |
/art/compiler/optimizing/ |
code_generator_mips.cc | [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
micromips.s | [all...] |