Searched refs:imm_oprnd_size (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-cris.c113 int imm_oprnd_size; member in struct:cris_instruction
1401 if (output_instruction.imm_oprnd_size > 0)
1406 switch (output_instruction.imm_oprnd_size)
1430 BAD_CASE (output_instruction.imm_oprnd_size);
1433 p = frag_more (output_instruction.imm_oprnd_size);
1435 output_instruction.imm_oprnd_size,
1502 out_insnp->imm_oprnd_size = 0;
1566 out_insnp->imm_oprnd_size = 0;
2085 switch (instruction->imm_oprnd_size)
2091 BAD_CASE (instruction->imm_oprnd_size);
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-cris.c112 int imm_oprnd_size; member in struct:cris_instruction
1415 if (output_instruction.imm_oprnd_size > 0)
1420 switch (output_instruction.imm_oprnd_size)
1444 BAD_CASE (output_instruction.imm_oprnd_size);
1447 p = frag_more (output_instruction.imm_oprnd_size);
1449 output_instruction.imm_oprnd_size,
1529 out_insnp->imm_oprnd_size = 0;
1593 out_insnp->imm_oprnd_size = 0;
2115 switch (instruction->imm_oprnd_size)
2121 BAD_CASE (instruction->imm_oprnd_size);
[all...]
/haiku-buildtools/legacy/binutils/include/opcode/
H A Dcris.h313 enum cris_imm_oprnd_size_type imm_oprnd_size; member in struct:cris_opcode
/haiku-buildtools/binutils/include/opcode/
H A Dcris.h314 enum cris_imm_oprnd_size_type imm_oprnd_size; member in struct:cris_opcode
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcris-dis.c672 if (matchedp->imm_oprnd_size == SIZE_FIX_32)
674 else if (matchedp->imm_oprnd_size == SIZE_SPEC_REG)
896 if (opcodep->imm_oprnd_size == SIZE_FIX_32)
898 else if (opcodep->imm_oprnd_size == SIZE_SPEC_REG)
998 if (opcodep->imm_oprnd_size == SIZE_FIX_32)
1000 else if (opcodep->imm_oprnd_size == SIZE_SPEC_REG)
/haiku-buildtools/binutils/opcodes/
H A Dcris-dis.c675 if (matchedp->imm_oprnd_size == SIZE_FIX_32)
677 else if (matchedp->imm_oprnd_size == SIZE_SPEC_REG)
899 if (opcodep->imm_oprnd_size == SIZE_FIX_32)
901 else if (opcodep->imm_oprnd_size == SIZE_SPEC_REG)
1001 if (opcodep->imm_oprnd_size == SIZE_FIX_32)
1003 else if (opcodep->imm_oprnd_size == SIZE_SPEC_REG)

Completed in 174 milliseconds