Search

Search results

  1. TSK3000A Generic Instruction - SLTU

    Instruction:    Set On Less Than Unsigned Assembler Format Example Translates to... sltu rC, rB sltu $3, $4 sltu rC, rC, rB (with rA = rC) ...   If the signed IMM32 operand fits into a signed 16-bit operand, then these two macro formats translate into single SLTIU machine ...

    admin - 09/13/2017 - 15:32

  2. TSK3000A Generic Instruction - SLTU

    Instruction:    Set On Less Than Unsigned Assembler Format Example Translates to... sltu rC, rB sltu $3, $4 sltu rC, rC, rB (with rA = rC) ...   If the signed IMM32 operand fits into a signed 16-bit operand, then these two macro formats translate into single SLTIU machine ...

    admin - 11/06/2013 - 09:09

  3. TSK3000A Instruction Set

    All TSK3000A instructions are binary code compatible. Each instruction comprises a 32-bit word divided into an Opcode, which specifies the ... Branch Instructions Special Purpose Instructions Generic Instructions Instruction Set - Detailed Reference The ...

    admin - 11/06/2013 - 09:09

  4. TSK3000A - Generic Instructions

    ... Using the core set of assembly language instructions for the TSK3000A as building blocks, a number of generic instructions (also referred to as pseudo instructions or macros) are ...

    admin - 11/06/2013 - 09:09

  5. TSK3000A Instruction Set

    All TSK3000A instructions are binary code compatible. Each instruction comprises a 32-bit word divided into an Opcode, which specifies the ... Branch Instructions Special Purpose Instructions Generic Instructions Instruction Set - Detailed Reference The ...

    admin - 09/13/2017 - 15:32

  6. TSK3000A Generic Instruction - SNE

    Instruction:    Set On Not Equal To Assembler Format ... rA, rB sne $3, $4, $5 xor rC, rA, rB sltu rC, $0, rC sne rC, rA, IMM32 sne $3, $4, ... Notes If IMM32 is in the range 0 to 216 - 1 (i.e. from 0000_0000h to 0000_FFFFh ) then the second macro format ...

    admin - 09/13/2017 - 15:32

  7. TSK3000A Generic Instruction - SNE

    Instruction:    Set On Not Equal To Assembler Format ... rA, rB sne $3, $4, $5 xor rC, rA, rB sltu rC, $0, rC sne rC, rA, IMM32 sne $3, $4, ... Notes If IMM32 is in the range 0 to 216 - 1 (i.e. from 0000_0000h to 0000_FFFFh ) then the second macro format ...

    admin - 11/06/2013 - 09:09

  8. TSK3000A - Generic Instructions

    ... Using the core set of assembly language instructions for the TSK3000A as building blocks, a number of generic instructions (also referred to as pseudo instructions or macros) are ...

    admin - 09/13/2017 - 15:32

  9. TSK3000A Generic Instruction - SGTU

    Instruction:    Set On Greater Than Unsigned Assembler Format ... sgtu rC, rA, rB sgtu $3, $4, $5 sltu rC, rB, rA sgtu rC, rA, IMM32 sgtu $3, $4, ...

    admin - 11/06/2013 - 09:09

  10. TSK3000A Generic Instruction - SLEU

    Instruction:    Set On Less Than Or Equal To Unsigned Assembler ... sleu rC, rA, rB sleu $3, $4, $5 sltu rC, rB, rA xori rC, rC, 1 sleu rC, rA, IMM32 ...

    admin - 11/06/2013 - 09:09

Pages

You are reporting an issue with the following selected text and/or image within the active document: