HomeSort by: relevance | last modified time | path
    Searched defs:postbyte (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
s12z-opc.c 104 /* Return the number of bytes in a OPR operand, including the XB postbyte.
252 xysp_reg_from_postbyte (uint8_t postbyte)
255 switch ((postbyte & 0x30) >> 4)
503 bfd_byte postbyte;
504 int status = mra->read (mra, offset, 1, &postbyte);
514 if ((postbyte & pb->mask) == pb->value)
527 uint8_t x = (postbyte & 0x0F);
538 uint8_t x = (postbyte & 0x07);
544 operand = create_memory_operand (false, postbyte & 0x0F, 1,
545 xysp_reg_from_postbyte (postbyte), -1)
501 bfd_byte postbyte; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
s12z-opc.c 104 /* Return the number of bytes in a OPR operand, including the XB postbyte.
252 xysp_reg_from_postbyte (uint8_t postbyte)
255 switch ((postbyte & 0x30) >> 4)
503 bfd_byte postbyte;
504 int status = mra->read (mra, offset, 1, &postbyte);
514 if ((postbyte & pb->mask) == pb->value)
527 uint8_t x = (postbyte & 0x0F);
538 uint8_t x = (postbyte & 0x07);
544 operand = create_memory_operand (false, postbyte & 0x0F, 1,
545 xysp_reg_from_postbyte (postbyte), -1)
501 bfd_byte postbyte; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
s12z-opc.c 104 /* Return the number of bytes in a OPR operand, including the XB postbyte.
252 xysp_reg_from_postbyte (uint8_t postbyte)
255 switch ((postbyte & 0x30) >> 4)
503 bfd_byte postbyte;
504 int status = mra->read (mra, offset, 1, &postbyte);
514 if ((postbyte & pb->mask) == pb->value)
527 uint8_t x = (postbyte & 0x0F);
538 uint8_t x = (postbyte & 0x07);
544 operand = create_memory_operand (false, postbyte & 0x0F, 1,
545 xysp_reg_from_postbyte (postbyte), -1)
501 bfd_byte postbyte; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
s12z-opc.c 104 /* Return the number of bytes in a OPR operand, including the XB postbyte.
252 xysp_reg_from_postbyte (uint8_t postbyte)
255 switch ((postbyte & 0x30) >> 4)
503 bfd_byte postbyte;
504 int status = mra->read (mra, offset, 1, &postbyte);
514 if ((postbyte & pb->mask) == pb->value)
527 uint8_t x = (postbyte & 0x0F);
538 uint8_t x = (postbyte & 0x07);
544 operand = create_memory_operand (false, postbyte & 0x0F, 1,
545 xysp_reg_from_postbyte (postbyte), -1)
501 bfd_byte postbyte; local
    [all...]

Completed in 42 milliseconds