OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:h8_get_mask
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/h8300/
compile.c
96
h8_get_mask
(sim_cpu *cpu)
function
1155
*val = GET_MEMORY_B ((t * 1 + abs) &
h8_get_mask
(cpu));
1158
*val = GET_MEMORY_W ((t * 2 + abs) &
h8_get_mask
(cpu));
1161
*val = GET_MEMORY_L ((t * 4 + abs) &
h8_get_mask
(cpu));
1189
r = GET_MEMORY_B (t &
h8_get_mask
(cpu));
1197
r = GET_MEMORY_W (t &
h8_get_mask
(cpu));
1205
r = GET_MEMORY_L (t &
h8_get_mask
(cpu));
1214
r = GET_MEMORY_B (t &
h8_get_mask
(cpu));
1222
r = GET_MEMORY_W (t &
h8_get_mask
(cpu));
1230
r = GET_MEMORY_L (t &
h8_get_mask
(cpu))
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c
96
h8_get_mask
(sim_cpu *cpu)
function
1155
*val = GET_MEMORY_B ((t * 1 + abs) &
h8_get_mask
(cpu));
1158
*val = GET_MEMORY_W ((t * 2 + abs) &
h8_get_mask
(cpu));
1161
*val = GET_MEMORY_L ((t * 4 + abs) &
h8_get_mask
(cpu));
1189
r = GET_MEMORY_B (t &
h8_get_mask
(cpu));
1197
r = GET_MEMORY_W (t &
h8_get_mask
(cpu));
1205
r = GET_MEMORY_L (t &
h8_get_mask
(cpu));
1214
r = GET_MEMORY_B (t &
h8_get_mask
(cpu));
1222
r = GET_MEMORY_W (t &
h8_get_mask
(cpu));
1230
r = GET_MEMORY_L (t &
h8_get_mask
(cpu))
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026