OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BOP
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/ld/
ldexp.c
398
#define
BOP
(x, y) \
413
BOP
('+', +);
414
BOP
('*', *);
415
BOP
('-', -);
416
BOP
(LSHIFT, <<);
417
BOP
(RSHIFT, >>);
418
BOP
('&', &);
419
BOP
('^', ^);
420
BOP
('|', |);
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
v850-opc.c
32
#define
BOP
(x) ((0x58 << 4) | (x & 0x0f))
[
all
...]
Completed in 741 milliseconds