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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.cpp 229 return (Opc == Mips::BEQ || Opc == Mips::BNE || Opc == Mips::BGTZ ||
245 case Mips::BGTZ : return Mips::BLEZ;
248 case Mips::BLEZ : return Mips::BGTZ;
  /external/v8/src/mips/
constants-mips.h 435 BGTZ = ((0U << 3) + 7) << kOpcodeShift,
490 POP07 = BGTZ, // bltuc/bgtuc, bgtzalc, bltzalc
    [all...]
assembler-mips.cc 532 opcode == BEQ || opcode == BNE || opcode == BLEZ || opcode == BGTZ ||
1645 void Assembler::bgtz(Register rs, int16_t offset) { function in class:v8::internal::Assembler
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 412 case Mips::BGTZ: return Mips::BLEZ;
415 case Mips::BLEZ: return Mips::BGTZ;
509 return (Opc == Mips::BEQ || Opc == Mips::BNE || Opc == Mips::BGTZ ||
MipsInstrInfo.cpp 325 case Mips::BGTZ:
MipsFastISel.cpp 929 BuildMI(*BrBB, FuncInfo.InsertPt, DbgLoc, TII.get(Mips::BGTZ))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEInstrInfo.cpp 494 case Mips::BGTZ: return Mips::BLEZ;
497 case Mips::BLEZ: return Mips::BGTZ;
646 Opc == Mips::BNE_MM || Opc == Mips::BGTZ || Opc == Mips::BGEZ ||
    [all...]
MipsInstrInfo.cpp 293 case Mips::BGTZ: case Mips::BGTZ64:
503 case Mips::BGTZ:
MipsFastISel.cpp 962 BuildMI(*BrBB, FuncInfo.InsertPt, DbgLoc, TII.get(Mips::BGTZ))
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 405 BGTZ = ((0U << 3) + 7) << kOpcodeShift,
472 POP07 = BGTZ, // bltuc/bgtuc, bgtzalc, bltzalc
    [all...]
assembler-mips64.cc 511 opcode == BEQ || opcode == BNE || opcode == BLEZ || opcode == BGTZ ||
1625 void Assembler::bgtz(Register rs, int16_t offset) { function in class:v8::internal::Assembler
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_common.c 121 #define BGTZ (HI(7))
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenInstrInfo.inc 733 BGTZ = 718,
    [all...]
MipsGenMCCodeEmitter.inc 731 UINT64_C(469762048), // BGTZ
    [all...]
MipsGenAsmMatcher.inc     [all...]
MipsGenDAGISel.inc     [all...]

Completed in 554 milliseconds