Search

Search results

  1. TSK3000A Generic Instruction - SLT

    Instruction:    Set On Less Than Assembler Format Example Translates to... slt rC, rB slt $3, $4 slt 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 SLTI machine ...

    admin - 09/13/2017 - 15:32

  2. TSK3000A Generic Instruction - SLT

    Instruction:    Set On Less Than Assembler Format Example Translates to... slt rC, rB slt $3, $4 slt 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 SLTI 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 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

  7. TSK3000A Generic Instruction - BLT

    Instruction:    Branch On Less Than Assembler Format ... blt rA, rB, target blt $3, $4, Shifter slt $at, rA, rB bne $at, $0, target blt rA, IMM32, target ... In the second of the two formats, if IMM32 fits into a 16-bit value, then the macro translates into the following machine instructions: ...

    admin - 11/06/2013 - 09:09

  8. TSK3000A Generic Instruction - SGE

    Instruction:    Set On Greater Than Or Equal To Assembler ... sge rC, rA, rB sge $3, $4, $5 slt rC, rA, rB xori rC, rC, 1 sge rC, rA, IMM32 sge ... rC, 1 Notes If IMM32 is in the range -215 to 215 - 1 (i.e. from 0000_0000h to 0000_7FFFh or from ...

    admin - 11/06/2013 - 09:09

  9. TSK3000A Generic Instruction - SGT

    Instruction:    Set On Greater Than Assembler Format ... sgt rC, rA, rB sgt $3, $4, $5 slt rC, rB, rA sgt rC, rA, IMM32 sgt $3, $4, ...

    admin - 11/06/2013 - 09:09

  10. TSK3000A Generic Instruction - SLE

    Instruction:    Set On Less Than Or Equal To Assembler Format ... sle rC, rA, rB sle $3, $4, $5 slt rC, rB, rA xori rC, rC, 1 sle rC, rA, IMM32 sle ...

    admin - 11/06/2013 - 09:09

Pages

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