HomeSort by relevance Sort by last modified time
    Searched full:bltid (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_branch.s 154 # CHECK: bltid
157 bltid r2, 0
  /external/swiftshader/third_party/LLVM/test/MC/Disassembler/MBlaze/
mblaze_branch.txt 94 # CHECK: bltid r2, 0
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.h 96 case COND_LT: return MBlaze::BLTID;
162 case MBlaze::BLTI: case MBlaze::BLTID:
MBlazeInstrInfo.cpp 268 case MBlaze::BGEID: Cond[0].setImm(MBlaze::BLTID); return false;
269 case MBlaze::BLTID: Cond[0].setImm(MBlaze::BGEID); return false;
MBlazeInstrInfo.td 524 def BLTID : BranchCI<0x2F, 0x12, "bltid ">;
837 (BLTID (CMP GPR:$R, GPR:$L), bb:$T)>;
    [all...]
MBlazeISelLowering.cpp 375 case MBlazeCC::LT: Opc = MBlaze::BLTID; break;
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
microblaze-opcm.h 40 brki, beqi, beqid, bnei, bneid, blti, bltid, blei, bleid, bgti, enumerator in enum:microblaze_instr
microblaze-opc.h 220 {"bltid", INST_TYPE_R1_IMM, INST_PC_OFFSET, DELAY_SLOT, IMMVAL_MASK_NON_SPECIAL, 0xBE400000, OPCODE_MASK_H1, bltid, branch_inst },
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 160 case 0x12: return MBlaze::BLTID;

Completed in 110 milliseconds