Home
last modified time | relevance | path

Searched defs:coproc (Results 1 – 5 of 5) sorted by relevance

/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h969 explicit Coprocessor(uint32_t coproc) : coproc_(coproc) {} in Coprocessor()
970 Coprocessor(CoprocessorName coproc) // NOLINT(runtime/explicit) in Coprocessor()
972 bool Is(Coprocessor coproc) const { return coproc_ == coproc.coproc_; } in Is()
973 bool Is(CoprocessorName coproc) const { return coproc_ == coproc; } in Is()
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.cc2361 void Assembler::cdp(Coprocessor coproc, int opcode_1, CRegister crd, in cdp()
2369 void Assembler::cdp2(Coprocessor coproc, int opcode_1, CRegister crd, in cdp2()
2374 void Assembler::mcr(Coprocessor coproc, int opcode_1, Register rd, in mcr()
2382 void Assembler::mcr2(Coprocessor coproc, int opcode_1, Register rd, in mcr2()
2387 void Assembler::mrc(Coprocessor coproc, int opcode_1, Register rd, in mrc()
2395 void Assembler::mrc2(Coprocessor coproc, int opcode_1, Register rd, in mrc2()
2400 void Assembler::ldc(Coprocessor coproc, CRegister crd, const MemOperand& src, in ldc()
2405 void Assembler::ldc(Coprocessor coproc, CRegister crd, Register rn, int option, in ldc()
2413 void Assembler::ldc2(Coprocessor coproc, CRegister crd, const MemOperand& src, in ldc2()
2418 void Assembler::ldc2(Coprocessor coproc, CRegister crd, Register rn, int option, in ldc2()
/third_party/mksh/
Dsh.h1640 struct coproc { struct
1648 EXTERN struct coproc coproc; argument
Dfuncs.c322 bool coproc; in c_print() member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1650 unsigned coproc = fieldFromInstruction(Insn, 8, 4); in DecodeCopMemInstruction() local