OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RL78_Reg_SP
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
rl78.h
49
RL78_Reg_SP
,
/toolchain/binutils/binutils-2.25/opcodes/
rl78-decode.opc
116
#define DPUSH() OP (0, RL78_Operand_PreDec,
RL78_Reg_SP
, 0);
128
#define SPOP() OP (1, RL78_Operand_PostInc,
RL78_Reg_SP
, 0);
[
all
...]
rl78-decode.c
117
#define DPUSH() OP (0, RL78_Operand_PreDec,
RL78_Reg_SP
, 0);
129
#define SPOP() OP (1, RL78_Operand_PostInc,
RL78_Reg_SP
, 0);
[
all
...]
Completed in 45 milliseconds