/aosp_15_r20/external/arm-trusted-firmware/include/arch/aarch32/ |
H A 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 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
|
/aosp_15_r20/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 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | arm_acle.h | 771 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument 778 #define __arm_mcr(coproc, opc1, value, CRn, CRm, opc2) \ argument 780 #define __arm_mrc(coproc, opc1, CRn, CRm, opc2) \ argument 789 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument 798 #define __arm_cdp2(coproc, opc1, CRd, CRn, CRm, opc2) \ argument 804 #define __arm_mcr2(coproc, opc1, value, CRn, CRm, opc2) \ argument 806 #define __arm_mrc2(coproc, opc1, CRn, CRm, opc2) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | arm_acle.h | 771 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument 778 #define __arm_mcr(coproc, opc1, value, CRn, CRm, opc2) \ argument 780 #define __arm_mrc(coproc, opc1, CRn, CRm, opc2) \ argument 789 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument 798 #define __arm_cdp2(coproc, opc1, CRd, CRn, CRm, opc2) \ argument 804 #define __arm_mcr2(coproc, opc1, value, CRn, CRm, opc2) \ argument 806 #define __arm_mrc2(coproc, opc1, CRn, CRm, opc2) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | arm_acle.h | 771 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument 778 #define __arm_mcr(coproc, opc1, value, CRn, CRm, opc2) \ argument 780 #define __arm_mrc(coproc, opc1, CRn, CRm, opc2) \ argument 789 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument 798 #define __arm_cdp2(coproc, opc1, CRd, CRn, CRm, opc2) \ argument 804 #define __arm_mcr2(coproc, opc1, value, CRn, CRm, opc2) \ argument 806 #define __arm_mrc2(coproc, opc1, CRn, CRm, opc2) \ argument
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | arm_acle.h | 771 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument 778 #define __arm_mcr(coproc, opc1, value, CRn, CRm, opc2) \ argument 780 #define __arm_mrc(coproc, opc1, CRn, CRm, opc2) \ argument 789 #define __arm_cdp(coproc, opc1, CRd, CRn, CRm, opc2) \ argument 798 #define __arm_cdp2(coproc, opc1, CRd, CRn, CRm, opc2) \ argument 804 #define __arm_mcr2(coproc, opc1, value, CRn, CRm, opc2) \ argument 806 #define __arm_mrc2(coproc, opc1, CRn, CRm, opc2) \ argument
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.cpp | 93 uint32_t Op0 = 0, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0; in parseGenericRegister() local 109 uint32_t CRn = (Bits >> 7) & 0xf; in genericRegisterString() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.cpp | 135 uint32_t Op0 = 0, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0; in parseGenericRegister() local 151 uint32_t CRn = (Bits >> 7) & 0xf; in genericRegisterString() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Utils/ |
H A D | AArch64BaseInfo.cpp | 158 uint32_t Op0 = 0, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0; in parseGenericRegister() local 174 uint32_t CRn = (Bits >> 7) & 0xf; in genericRegisterString() local
|
/aosp_15_r20/external/capstone/arch/AArch64/ |
H A D | AArch64BaseInfo.c | 633 uint32_t Op0, Op1, CRn, CRm, Op2; in A64SysRegMapper_toString() local
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | kvm.proto | 106 optional uint32 CRn = 2; field
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 7277 static Instr CRn(int imm4) { in CRn() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 1927 unsigned CRn = fieldFromInstruction(insn, 12, 4); in DecodeSyspXzrInstruction() local
|
/aosp_15_r20/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/ |
H A D | perfetto_trace.proto | 9025 optional uint32 CRn = 2; field
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ |
H A D | perfetto_trace.proto | 9490 optional uint32 CRn = 2; field
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 19195 u8 CRn; member 19211 u8 CRn; member 19293 u8 CRn; member 20871 u8 CRn; member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 103219 u8 CRn; member 103235 u8 CRn; member 103313 u8 CRn; member
|
H A D | vmlinux.h | 103219 u8 CRn; member 103235 u8 CRn; member 103313 u8 CRn; member
|