OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_dsp_16_u16
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
m32c-ibld.c
623
long value = fields->
f_dsp_16_u16
;
695
FLD (
f_dsp_16_u16
) = ((((UINT) (FLD (f_bitbase32_16_u19_unprefixed)) >> (3))) & (65535));
701
long value = fields->
f_dsp_16_u16
;
713
FLD (
f_dsp_16_u16
) = ((((UINT) (FLD (f_bitbase32_16_u27_unprefixed)) >> (3))) & (65535));
720
long value = fields->
f_dsp_16_u16
;
841
long value = fields->
f_dsp_16_u16
;
849
FLD (
f_dsp_16_u16
) = ((FLD (f_dsp_16_u24)) & (65535));
853
long value = fields->
f_dsp_16_u16
;
867
FLD (
f_dsp_16_u16
) = ((FLD (f_dsp_16_u24)) & (65535));
871
long value = fields->
f_dsp_16_u16
;
[
all
...]
m32c-dis.c
343
print_unsigned_bitbase (cd, info, fields->
f_dsp_16_u16
, 0, pc, length);
400
print_normal (cd, info, fields->
f_dsp_16_u16
, 0, pc, length);
[
all
...]
m32c-asm.c
1000
errmsg = parse_unsigned_bitbase16 (cd, strp, M32C_OPERAND_BITBASE16_16_U16, (unsigned long *) (& fields->
f_dsp_16_u16
));
1057
errmsg = parse_unsigned16 (cd, strp, M32C_OPERAND_DSP_16_U16, (unsigned long *) (& fields->
f_dsp_16_u16
));
[
all
...]
m32c-opc.h
3173
long
f_dsp_16_u16
;
member in struct:cgen_fields
[
all
...]
Completed in 478 milliseconds