HomeSort by relevance Sort by last modified time
    Searched defs:coproc (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
ThumbDisassembler.c 263 { "CPD", 0xee000000, 0xff000010, CPD_THUMB2 }, // CPD <coproc>,<opc1>,<CRd>,<CRn>,<CRm>,<opc2>
264 { "CPD2", 0xfe000000, 0xff000010, CPD_THUMB2 }, // CPD <coproc>,<opc1>,<CRd>,<CRn>,<CRm>,<opc2>
266 { "MRC", 0xee100000, 0xff100000, MRC_THUMB2 }, // MRC <coproc>,<opc1>,<Rt>,<CRn>,<CRm>,<opc2>
267 { "MRC2", 0xfe100000, 0xff100000, MRC_THUMB2 }, // MRC2 <coproc>,<opc1>,<Rt>,<CRn>,<CRm>,<opc2>
268 { "MRRC", 0xec500000, 0xfff00000, MRRC_THUMB2 }, // MRRC <coproc>,<opc1>,<Rt>,<Rt2>,<CRm>
269 { "MRRC2", 0xfc500000, 0xfff00000, MRRC_THUMB2 }, // MRR2 <coproc>,<opc1>,<Rt>,<Rt2>,<CRm>
502 UINT32 coproc, opc1, opc2, CRd, CRn, CRm; local
    [all...]
  /external/vixl/src/aarch32/
disasm-aarch32.h 280 virtual DisassemblerStream& operator<<(Coprocessor coproc) {
281 os_ << coproc; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 1187 unsigned coproc = fieldFromInstruction32(Insn, 8, 4); local
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
arm.h 266 unsigned long coproc; member in struct:__anon116187
270 (((CPU).core & (FEAT).core) != 0 || ((CPU).coproc & (FEAT).coproc) != 0)
278 (TARG).coproc = (F1).coproc | (F2).coproc; \
284 (TARG).coproc = (F1).coproc &~ (F2).coproc; \
287 #define ARM_FEATURE(core, coproc) {(core), (coproc)
    [all...]
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 1327 unsigned coproc = fieldFromInstruction(Insn, 8, 4); local
    [all...]
  /external/mksh/src/
funcs.c 320 bool coproc; member in struct:__anon28824
559 if (coproc.write >= 0 && coproc.write == po.fd) {
560 po.coproc = true;
563 po.coproc = po.copipe = false;
576 if (po.coproc)
    [all...]
sh.h 1356 struct coproc { struct
1364 EXTERN struct coproc coproc; variable in typeref:struct:coproc
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c 9824 int coproc = 0; local
    [all...]

Completed in 171 milliseconds