OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opint
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/config/
tc-tilepro.c
916
int
opint
= str_hash_find_int (special_operator_hash, name);
local
917
if (
opint
< 0)
919
op =
opint
;
tc-tilegx.c
1028
int
opint
= str_hash_find_int (special_operator_hash, name);
local
1029
if (
opint
< 0)
1031
op =
opint
;
/src/external/gpl3/binutils.old/dist/gas/config/
tc-tilepro.c
916
int
opint
= str_hash_find_int (special_operator_hash, name);
local
917
if (
opint
< 0)
919
op =
opint
;
tc-tilegx.c
1028
int
opint
= str_hash_find_int (special_operator_hash, name);
local
1029
if (
opint
< 0)
1031
op =
opint
;
/src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc
6753
with an 8-bit output vector.
OPINT
contains the integer operands; bit N
6754
of OP_CONST is set if
OPINT
[N] is valid. */
6757
alpha_fold_builtin_cmpbge (unsigned HOST_WIDE_INT
opint
[], long op_const)
6764
unsigned HOST_WIDE_INT c0 = (
opint
[0] >> (i * 8)) & 0xff;
6765
unsigned HOST_WIDE_INT c1 = (
opint
[1] >> (i * 8)) & 0xff;
6771
else if (op_const == 2 &&
opint
[1] == 0)
6781
OP contains the tree operands;
OPINT
contains the extracted integer values.
6782
Bit N of OP_CONST it set if
OPINT
[N] is valid. OP may be null if only
6783
OPINT
may be considered. */
6786
alpha_fold_builtin_zapnot (tree *op, unsigned HOST_WIDE_INT
opint
[],
7044
unsigned HOST_WIDE_INT
opint
[MAX_ARGS];
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/arm/
arm-builtins.cc
3481
int
opint
;
local
3602
opint
= INTVAL (op1);
3605
if (
opint
> 7 ||
opint
< 0)
3610
if (
opint
> 3 ||
opint
< 0)
3615
if (
opint
> 1 ||
opint
< 0)
/src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc
6738
with an 8-bit output vector.
OPINT
contains the integer operands; bit N
6739
of OP_CONST is set if
OPINT
[N] is valid. */
6742
alpha_fold_builtin_cmpbge (unsigned HOST_WIDE_INT
opint
[], long op_const)
6749
unsigned HOST_WIDE_INT c0 = (
opint
[0] >> (i * 8)) & 0xff;
6750
unsigned HOST_WIDE_INT c1 = (
opint
[1] >> (i * 8)) & 0xff;
6756
else if (op_const == 2 &&
opint
[1] == 0)
6766
OP contains the tree operands;
OPINT
contains the extracted integer values.
6767
Bit N of OP_CONST it set if
OPINT
[N] is valid. OP may be null if only
6768
OPINT
may be considered. */
6771
alpha_fold_builtin_zapnot (tree *op, unsigned HOST_WIDE_INT
opint
[],
7029
unsigned HOST_WIDE_INT
opint
[MAX_ARGS];
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-builtins.cc
3428
int
opint
;
local
3549
opint
= INTVAL (op1);
3552
if (
opint
> 7 ||
opint
< 0)
3557
if (
opint
> 3 ||
opint
< 0)
3562
if (
opint
> 1 ||
opint
< 0)
Completed in 67 milliseconds
Indexes created Fri Mar 20 00:23:26 UTC 2026