OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SET_IW_R1_OP
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
nios2r1.h
31
#define
SET_IW_R1_OP
(V) (((V) & IW_R1_OP_UNSHIFTED_MASK) << IW_R1_OP_LSB)
244
(
SET_IW_R1_OP
(R1_OP_##NAME))
249
(
SET_IW_R1_OP
(R1_OP_OPX) | SET_IW_R_OPX (R1_OPX_##NAME))
/toolchain/binutils/binutils-2.25/gas/config/
tc-nios2.c
899
br_opcode = (br_opcode & ~IW_R1_OP_SHIFTED_MASK) |
SET_IW_R1_OP
(new_op);
[
all
...]
Completed in 58 milliseconds