HomeSort by relevance Sort by last modified time
    Searched full:bgezal (Results 26 - 50 of 59) sorted by null

12 3

  /external/llvm/test/MC/Mips/mips4/
valid.s 23 bgezal $0, 21100 # CHECK: bal 21100 # encoding: [0x04,0x11,0x14,0x9b]
24 bgezal $6, 21100 # CHECK: bgezal $6, 21100 # encoding: [0x04,0xd1,0x14,0x9b]
  /external/llvm/test/MC/Mips/mips5/
valid.s 23 bgezal $0, 21100 # CHECK: bal 21100 # encoding: [0x04,0x11,0x14,0x9b]
24 bgezal $6, 21100 # CHECK: bgezal $6, 21100 # encoding: [0x04,0xd1,0x14,0x9b]
  /external/llvm/test/MC/Mips/mips64/
valid.s 23 bgezal $0, 21100 # CHECK: bal 21100 # encoding: [0x04,0x11,0x14,0x9b]
24 bgezal $6, 21100 # CHECK: bgezal $6, 21100 # encoding: [0x04,0xd1,0x14,0x9b]
  /external/llvm/test/MC/Mips/mips64r2/
valid.s 23 bgezal $0, 21100 # CHECK: bal 21100 # encoding: [0x04,0x11,0x14,0x9b]
24 bgezal $6, 21100 # CHECK: bgezal $6, 21100 # encoding: [0x04,0xd1,0x14,0x9b]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 78 case Mips::BGEZAL:
  /external/llvm/test/MC/Disassembler/Mips/
micromips.txt 238 # CHECK: bgezal $6, 1332
micromips_le.txt 238 # CHECK: bgezal $6, 1332
mips32.txt 53 # CHECK: bgezal $6, 1332
mips32_le.txt 53 # CHECK: bgezal $6, 1332
mips32r2.txt 53 # CHECK: bgezal $6, 1332
mips32r2_le.txt 53 # CHECK: bgezal $6, 1332
  /external/chromium_org/v8/src/mips/
disasm-mips.cc 812 case BGEZAL:
813 Format(instr, "bgezal 'rs, 'imm16u");
assembler-mips.cc 485 rt_field == BLTZAL || rt_field == BGEZAL)) ||
1056 bgezal(zero_reg, offset);
1074 void Assembler::bgezal(Register rs, int16_t offset) { function in class:v8::Assembler
1077 GenInstrImmediate(REGIMM, rs, BGEZAL, offset);
    [all...]
macro-assembler-mips.cc     [all...]
constants-mips.h 372 BGEZAL = ((2 << 3) + 1) << 16,
assembler-mips.h 627 void bgezal(Register rs, int16_t offset);
    [all...]
simulator-mips.cc     [all...]
  /external/llvm/lib/Target/Mips/
MicroMipsInstrInfo.td 263 def BGEZAL_MM : MMRel, BGEZAL_FT<"bgezal", brtarget_mm, GPR32Opnd>,
MipsInstrInfo.td     [all...]
MipsLongBranch.cpp 271 // pseudo-instruction wrapping BGEZAL).
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-mips32.c 199 /* BLTZAL, BLTZALL, BGEZAL, BGEZALL: 100xx */
valgrind-low-mips64.c 200 /* BLTZAL, BLTZALL, BGEZAL, BGEZALL: 100xx */
  /system/core/libpixelflinger/codeflinger/
mips_disassem.c 104 /*16 */ "bltzal", "bgezal", "bltzall", "bgezall", "?", "?", "?", "?",
  /external/valgrind/main/VEX/priv/
guest_mips_toIR.c 739 /* bgezal */
793 /* bgezal */
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 931 case Mips::BGEZAL:
    [all...]

Completed in 1056 milliseconds

12 3