OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emit_data_processing_reg
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc
1465
emit_data_processing_reg
(uint32_t *buf, uint32_t opcode,
function
1504
return
emit_data_processing_reg
(buf, opcode | operand_opcode, rd,
1673
return
emit_data_processing_reg
(buf, AND, rd, rn, rm);
1687
return
emit_data_processing_reg
(buf, ORR, rd, rn, rm);
1701
return
emit_data_processing_reg
(buf, ORN, rd, rn, rm);
1715
return
emit_data_processing_reg
(buf, EOR, rd, rn, rm);
1745
return
emit_data_processing_reg
(buf, LSLV, rd, rn, rm);
1759
return
emit_data_processing_reg
(buf, LSRV, rd, rn, rm);
1773
return
emit_data_processing_reg
(buf, ASRV, rd, rn, rm);
1787
return
emit_data_processing_reg
(buf, MUL, rd, rn, rm)
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc
1469
emit_data_processing_reg
(uint32_t *buf, uint32_t opcode,
function
1508
return
emit_data_processing_reg
(buf, opcode | operand_opcode, rd,
1677
return
emit_data_processing_reg
(buf, AND, rd, rn, rm);
1691
return
emit_data_processing_reg
(buf, ORR, rd, rn, rm);
1705
return
emit_data_processing_reg
(buf, ORN, rd, rn, rm);
1719
return
emit_data_processing_reg
(buf, EOR, rd, rn, rm);
1749
return
emit_data_processing_reg
(buf, LSLV, rd, rn, rm);
1763
return
emit_data_processing_reg
(buf, LSRV, rd, rn, rm);
1777
return
emit_data_processing_reg
(buf, ASRV, rd, rn, rm);
1791
return
emit_data_processing_reg
(buf, MUL, rd, rn, rm)
[
all
...]
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026