OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bcax
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/rl78/
rl78.c
576
unsigned long
bcax
, hlde, quot, rem;
local
577
bcax
= get_reg (RL78_Reg_AX) + 65536 * get_reg (RL78_Reg_BC);
580
tprintf (" %lu / %lu = ",
bcax
, hlde);
583
tprintf ("%lu rem %lu\n", 0xffffLU,
bcax
);
586
set_reg (RL78_Reg_DE,
bcax
);
587
set_reg (RL78_Reg_HL,
bcax
>> 16);
591
quot =
bcax
/ hlde;
592
rem =
bcax
% hlde;
/src/external/gpl3/gdb/dist/sim/rl78/
rl78.c
576
unsigned long
bcax
, hlde, quot, rem;
local
577
bcax
= get_reg (RL78_Reg_AX) + 65536 * get_reg (RL78_Reg_BC);
580
tprintf (" %lu / %lu = ",
bcax
, hlde);
583
tprintf ("%lu rem %lu\n", 0xffffLU,
bcax
);
586
set_reg (RL78_Reg_DE,
bcax
);
587
set_reg (RL78_Reg_HL,
bcax
>> 16);
591
quot =
bcax
/ hlde;
592
rem =
bcax
% hlde;
Completed in 48 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026