/external/arm-trusted-firmware/include/arch/aarch32/ |
D | arch_helpers.h | 22 #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/ |
D | arch_helpers.h | 24 #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/ |
D | instructions-aarch32.h | 970 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/ |
D | sh.h | 1640 struct coproc { struct 1648 EXTERN struct coproc coproc; argument
|
D | funcs.c | 311 bool coproc; in c_print() member
|
/external/capstone/arch/ARM/ |
D | ARMDisassembler.c | 1380 unsigned coproc = fieldFromInstruction_4(Insn, 8, 4); in DecodeCopMemInstruction() local
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1327 unsigned coproc = fieldFromInstruction(Insn, 8, 4); in DecodeCopMemInstruction() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1867 unsigned coproc = fieldFromInstruction(Insn, 8, 4); in DecodeCopMemInstruction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 1650 unsigned coproc = fieldFromInstruction(Insn, 8, 4); in DecodeCopMemInstruction() local
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_600.h | 59676 struct coproc_dev *coproc; member
|
D | vmlinux.h | 59676 struct coproc_dev *coproc; member
|