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

  /external/swiftshader/third_party/LLVM/test/MC/Disassembler/MBlaze/
mblaze_shift.txt 10 # CHECK: bsra r1, r2, r3
  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_shift.s 14 # CHECK: bsra
17 bsra r1, r2, r3
  /toolchain/binutils/binutils-2.25/opcodes/
microblaze-opcm.h 31 idiv, idivu, bsll, bsra, bsrl, get, put, nget, nput, cget, cput, enumerator in enum:microblaze_instr
microblaze-opc.h 147 {"bsra", INST_TYPE_RD_R1_R2, INST_NO_OFFSET, NO_DELAY_SLOT, IMMVAL_MASK_NON_SPECIAL, 0x44000200, OPCODE_MASK_H3, bsra, barrel_shift_inst },
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.td 396 def BSRA : Arith<0x11, 0x200, "bsra ", sra, IIC_SHT>;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 196 case 0x1: return MBlaze::BSRA;

Completed in 193 milliseconds