OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:h8300_move_length
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc
121
static unsigned int
h8300_move_length
(rtx *, const h8300_length_table *);
2417
/* Subroutine of
h8300_move_length
. Return true if OP is 1- or 2-byte
2454
h8300_move_length
(rtx *operands, const h8300_length_table *table)
2507
return
h8300_move_length
(operands, &movb_length_table);
2510
return
h8300_move_length
(operands, &movw_length_table);
2513
return
h8300_move_length
(operands, &movl_length_table);
2446
h8300_move_length
(rtx *operands, const h8300_length_table *table)
function
/src/external/gpl3/gcc/dist/gcc/config/h8300/
h8300.cc
121
static unsigned int
h8300_move_length
(rtx *, const h8300_length_table *);
2417
/* Subroutine of
h8300_move_length
. Return true if OP is 1- or 2-byte
2454
h8300_move_length
(rtx *operands, const h8300_length_table *table)
2507
return
h8300_move_length
(operands, &movb_length_table);
2510
return
h8300_move_length
(operands, &movw_length_table);
2513
return
h8300_move_length
(operands, &movl_length_table);
2446
h8300_move_length
(rtx *operands, const h8300_length_table *table)
function
Completed in 28 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026