HomeSort by relevance Sort by last modified time
    Searched refs:BGEU (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.27/include/opcode/
nios2r1.h 277 #define MATCH_R1_BGEU MATCH_R1_OP (BGEU)
285 #define MATCH_R1_BLEU MATCH_R1_OP (BGEU)
nios2r2.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 319 case Mips::BGEU:
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 382 void BGEU(int Rs, int Rt, const char* label);
MIPSAssembler.cpp 707 case HS: mMips->BGEU(cond.r1, cond.r2, label); break;
    [all...]
MIPS64Assembler.cpp 695 case HS: mMips->BGEU(cond.r1, cond.r2, label); break;
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 287 milliseconds