OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iform
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-protos.h
226
enum insn_form
iform
= address_to_insn_form (addr, mode, non_prefixed);
local
227
return (
iform
== INSN_FORM_PREFIXED_NUMERIC
228
||
iform
== INSN_FORM_PCREL_LOCAL);
rs6000.cc
7875
enum insn_form
iform
7879
if (
iform
== INSN_FORM_BAD)
26739
enum insn_form
iform
= address_to_insn_form (addr, mode, non_prefixed);
26740
return (
iform
== INSN_FORM_BASE_REG
26741
||
iform
== INSN_FORM_D
26742
||
iform
== INSN_FORM_DS
26743
||
iform
== INSN_FORM_DQ);
26998
enum insn_form
iform
= address_to_insn_form (src, Pmode,
27001
return (
iform
== INSN_FORM_PCREL_EXTERNAL ||
iform
== INSN_FORM_PCREL_LOCAL)
7863
enum insn_form
iform
local
26686
enum insn_form
iform
= address_to_insn_form (addr, mode, non_prefixed);
local
26944
enum insn_form
iform
= address_to_insn_form (src, Pmode,
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-protos.h
222
enum insn_form
iform
= address_to_insn_form (addr, mode, non_prefixed);
local
223
return (
iform
== INSN_FORM_PREFIXED_NUMERIC
224
||
iform
== INSN_FORM_PCREL_LOCAL);
rs6000.cc
7800
enum insn_form
iform
7804
if (
iform
== INSN_FORM_BAD)
26303
enum insn_form
iform
= address_to_insn_form (addr, mode, non_prefixed);
26304
return (
iform
== INSN_FORM_BASE_REG
26305
||
iform
== INSN_FORM_D
26306
||
iform
== INSN_FORM_DS
26307
||
iform
== INSN_FORM_DQ);
26562
enum insn_form
iform
= address_to_insn_form (src, Pmode,
26565
return (
iform
== INSN_FORM_PCREL_EXTERNAL ||
iform
== INSN_FORM_PCREL_LOCAL)
7788
enum insn_form
iform
local
26250
enum insn_form
iform
= address_to_insn_form (addr, mode, non_prefixed);
local
26508
enum insn_form
iform
= address_to_insn_form (src, Pmode,
local
[
all
...]
Completed in 50 milliseconds
Indexes created Thu Apr 02 00:23:07 UTC 2026