OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_op_mode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc
15431
machine_mode
test_op_mode
= GET_MODE (XEXP (rtl, 0));
15432
if (
test_op_mode
== VOIDmode)
15433
test_op_mode
= GET_MODE (XEXP (rtl, 1));
15436
if (!is_a <scalar_int_mode> (
test_op_mode
, &op_mode))
15418
machine_mode
test_op_mode
= GET_MODE (XEXP (rtl, 0));
local
/src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc
15346
machine_mode
test_op_mode
= GET_MODE (XEXP (rtl, 0));
15347
if (
test_op_mode
== VOIDmode)
15348
test_op_mode
= GET_MODE (XEXP (rtl, 1));
15351
if (!is_a <scalar_int_mode> (
test_op_mode
, &op_mode))
15333
machine_mode
test_op_mode
= GET_MODE (XEXP (rtl, 0));
local
Completed in 112 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026