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

  /external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
brind.ll 36 ; CHECK: brid
41 ; CHECK: brid
46 ; CHECK: brid
51 ; CHECK: brid
  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_branch.s 174 # CHECK: brid
177 brid 0
  /external/swiftshader/third_party/LLVM/test/MC/Disassembler/MBlaze/
mblaze_branch.txt 106 # CHECK: brid 0
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 161 // If the block ends with something like BEQID then BRID, handle it.
196 unsigned Opc = MBlaze::BRID;
209 BuildMI(&MBB, DL, get(MBlaze::BRID)).addMBB(FBB);
MBlazeInstrInfo.h 149 case MBlaze::BRID:
MBlazeInstrFormats.td 25 def FCCI : Format<8>; // IMM, BRI, BRAI, BRID, etc.
MBlazeInstrInfo.td 517 def BRID : BranchI<0x2E, 0x10, "brid ">;
826 def : Pat<(br bb:$T), (BRID bb:$T)>;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
aufs_type.h 191 int16_t brid; member in struct:aufs_wbr_fd
  /toolchain/binutils/binutils-2.27/opcodes/
microblaze-opcm.h 39 imm, rtsd, rtid, rtbd, rted, bri, brid, brlid, brai, braid, bralid, enumerator in enum:microblaze_instr
microblaze-opc.h 209 {"brid", INST_TYPE_IMM, INST_PC_OFFSET, DELAY_SLOT, IMMVAL_MASK_NON_SPECIAL, 0xB8100000, OPCODE_MASK_H12, brid, branch_inst },
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 981 u32 brid = 0; local
1003 brid = nla_get_u32((struct nlattr *) attr);
1004 pos += os_snprintf(pos, end - pos, " master=%u", brid);
1118 if (ifi->ifi_family == AF_BRIDGE && brid && drv) {
1122 if (!if_indextoname(brid, namebuf)) {
1125 brid);
1129 brid, namebuf);
1130 add_ifidx(drv, brid, ifi->ifi_index);
1150 u32 brid = 0; local
1170 brid = nla_get_u32((struct nlattr *) attr)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/doc/
c-avr.texi 401 111101lllllll111 brid l
  /toolchain/binutils/binutils-2.27/include/opcode/
avr.h 241 AVR_INSN (brid, "l", "111101lllllll111", 1, AVR_ISA_1200, 0xf407)
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
MBlazeDisassembler.cpp 185 case 0x10: return MBlaze::BRID;
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.td 972 // BRID k
974 def : InstAlias<"brid\t$k", (BRBCsk 7, relbrtarget_7:$k)>;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
as.info     [all...]
  /system/extras/perfprofd/tests/
canned.perf.data     [all...]

Completed in 4674 milliseconds