Home
last modified time | relevance | path

Searched defs:regs_read (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/capstone/bindings/ocaml/
H A Dcapstone.ml125 regs_read: int array; RecordField
187 method regs_read = regs_read; method
/aosp_15_r20/external/capstone/cstool/
H A Dcstool_arm.c12 cs_regs regs_read, regs_write; in print_insn_detail_arm() local
H A Dcstool_arm64.c15 cs_regs regs_read, regs_write; in print_insn_detail_arm64() local
H A Dcstool_x86.c184 cs_regs regs_read, regs_write; in print_insn_detail_x86() local
/aosp_15_r20/external/capstone/suite/cstest/src/
H A Darm_detail.c11 cs_regs regs_read, regs_write; in get_detail_arm() local
H A Darm64_detail.c11 cs_regs regs_read, regs_write; in get_detail_arm64() local
H A Dx86_detail.c194 cs_regs regs_read, regs_write; in get_detail_x86() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/rand/
H A Durandom_test.cc233 static bool regs_read(struct regs *out_regs, int child_pid) { in regs_read() function
264 static bool regs_read(struct regs *out_regs, int child_pid) { in regs_read() function
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/rand/
H A Durandom_test.cc233 static bool regs_read(struct regs *out_regs, int child_pid) { in regs_read() function
264 static bool regs_read(struct regs *out_regs, int child_pid) { in regs_read() function
/aosp_15_r20/external/capstone/arch/M68K/
H A DM68KDisassembler.h20 uint16_t regs_read[20]; // list of implicit registers read by this insn member
/aosp_15_r20/external/capstone/tests/
H A Dtest_arm64.c36 cs_regs regs_read, regs_write; in print_insn_detail() local
H A Dtest_arm.c37 cs_regs regs_read, regs_write; in print_insn_detail() local
H A Dtest_x86.c186 cs_regs regs_read, regs_write; in print_insn_detail() local
/aosp_15_r20/external/capstone/arch/ARM/
H A DARMMapping.c900 cs_regs regs_read, uint8_t *regs_read_count, in ARM_reg_access()
/aosp_15_r20/external/capstone/bindings/java/capstone/
H A DCapstone.java81 public short[] regs_read = new short[16]; field in Capstone._cs_detail
317 …public int cs_regs_access(Pointer handle, Pointer insn, Pointer regs_read, ByteByReference regs_re… in cs_regs_access()
/aosp_15_r20/external/capstone/arch/AArch64/
H A DAArch64Mapping.c1027 cs_regs regs_read, uint8_t *regs_read_count, in AArch64_reg_access()
/aosp_15_r20/external/capstone/bindings/python/pyx/
H A Dccapstone.pyx113 def regs_read(self): member in CsInsn
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_ir_vec4.h432 regs_read(const vec4_instruction *inst, unsigned i) in regs_read() function
H A Delk_ir_fs.h499 regs_read(const elk_fs_inst *inst, unsigned i) in regs_read() function
H A Delk_eu_validate.c1265 int regs_read = 0; in registers_read() local
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_ir_fs.h299 regs_read(const fs_inst *inst, unsigned i) in regs_read() function
/aosp_15_r20/external/capstone/
H A Dcs.c1540 cs_regs regs_read, uint8_t *regs_read_count, in cs_regs_access()
/aosp_15_r20/external/capstone/arch/X86/
H A DX86Mapping.c3517 cs_regs regs_read, uint8_t *regs_read_count, in X86_reg_access()
/aosp_15_r20/external/capstone/include/capstone/
H A Dcapstone.h289 uint16_t regs_read[16]; ///< list of implicit registers read by this insn member
/aosp_15_r20/external/capstone/bindings/python/capstone/
H A D__init__.py585 def regs_read(self): member in CsInsn

12