OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reg_vd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.c
12794
uint32_t reg_count,
reg_vd
;
12798
reg_vd
= bits (arm_insn_r->arm_insn, 12, 15);
12801
/*
REG_VD
is the first D register number. If the instruction
12803
number is (
REG_VD
<< 1 | bit D), so the corresponding D
12804
register number is (
REG_VD
<< 1 | bit D) / 2 =
REG_VD
. */
12806
reg_vd
=
reg_vd
| (bit_d << 4);
12825
record_buf[reg_index++] = ARM_D0_REGNUM +
reg_vd
+ reg_count - 1;
12864
uint32_t
reg_vd
= bits (arm_insn_r->arm_insn, 12, 15)
12793
uint32_t reg_count,
reg_vd
;
local
12863
uint32_t
reg_vd
= bits (arm_insn_r->arm_insn, 12, 15);
local
12889
uint32_t opc1, opc2, opc3, dp_op_sz, bit_d,
reg_vd
;
local
14254
uint32_t reg_rn,
reg_vd
, address, f_elem;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
arm-tdep.c
12795
uint32_t reg_count,
reg_vd
;
12799
reg_vd
= bits (arm_insn_r->arm_insn, 12, 15);
12802
/*
REG_VD
is the first D register number. If the instruction
12804
number is (
REG_VD
<< 1 | bit D), so the corresponding D
12805
register number is (
REG_VD
<< 1 | bit D) / 2 =
REG_VD
. */
12807
reg_vd
=
reg_vd
| (bit_d << 4);
12826
record_buf[reg_index++] = ARM_D0_REGNUM +
reg_vd
+ reg_count - 1;
12865
uint32_t
reg_vd
= bits (arm_insn_r->arm_insn, 12, 15)
12794
uint32_t reg_count,
reg_vd
;
local
12864
uint32_t
reg_vd
= bits (arm_insn_r->arm_insn, 12, 15);
local
12890
uint32_t opc1, opc2, opc3, dp_op_sz, bit_d,
reg_vd
;
local
14255
uint32_t reg_rn,
reg_vd
, address, f_elem;
local
[
all
...]
Completed in 26 milliseconds
Indexes created Sun Apr 05 00:22:41 UTC 2026