Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/arch/aarch32/
Darch_helpers.h22 #define _DEFINE_COPROCR_WRITE_FUNC(_name, coproc, opc1, CRn, CRm, opc2) \ argument
28 #define _DEFINE_COPROCR_READ_FUNC(_name, coproc, opc1, CRn, CRm, opc2) \ argument
41 #define _DEFINE_COPROCR_WRITE_FUNC_64(_name, coproc, opc1, CRm) \ argument
47 #define _DEFINE_COPROCR_READ_FUNC_64(_name, coproc, opc1, CRm) \ argument
109 #define _DEFINE_TLBIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument
116 #define _DEFINE_BPIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument
123 #define _DEFINE_TLBIOP_PARAM_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument
144 #define _DEFINE_DCOP_PARAM_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument
/external/trusty/arm-trusted-firmware/include/arch/aarch32/
Darch_helpers.h24 #define _DEFINE_COPROCR_WRITE_FUNC(_name, coproc, opc1, CRn, CRm, opc2) \ argument
30 #define _DEFINE_COPROCR_READ_FUNC(_name, coproc, opc1, CRn, CRm, opc2) \ argument
43 #define _DEFINE_COPROCR_WRITE_FUNC_64(_name, coproc, opc1, CRm) \ argument
49 #define _DEFINE_COPROCR_READ_FUNC_64(_name, coproc, opc1, CRm) \ argument
111 #define _DEFINE_TLBIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument
118 #define _DEFINE_BPIOP_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument
125 #define _DEFINE_TLBIOP_PARAM_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument
146 #define _DEFINE_DCOP_PARAM_FUNC(_op, coproc, opc1, CRn, CRm, opc2) \ argument
/external/vixl/src/aarch32/
Dinstructions-aarch32.h970 explicit Coprocessor(uint32_t coproc) : coproc_(coproc) {} in Coprocessor()
971 Coprocessor(CoprocessorName coproc) // NOLINT(runtime/explicit) in Coprocessor()
973 bool Is(Coprocessor coproc) const { return coproc_ == coproc.coproc_; } in Is()
974 bool Is(CoprocessorName coproc) const { return coproc_ == coproc; } in Is()
/external/mksh/src/
Dsh.h1640 struct coproc { struct
1648 EXTERN struct coproc coproc; argument
Dfuncs.c311 bool coproc; in c_print() member
/external/capstone/arch/ARM/
DARMDisassembler.c1380 unsigned coproc = fieldFromInstruction_4(Insn, 8, 4); in DecodeCopMemInstruction() local
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1327 unsigned coproc = fieldFromInstruction(Insn, 8, 4); in DecodeCopMemInstruction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1867 unsigned coproc = fieldFromInstruction(Insn, 8, 4); in DecodeCopMemInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1650 unsigned coproc = fieldFromInstruction(Insn, 8, 4); in DecodeCopMemInstruction() local
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h59676 struct coproc_dev *coproc; member
Dvmlinux.h59676 struct coproc_dev *coproc; member