A B C D E F G H I L M N O P R S T U V W X _

B

baseRegister - Variable in class dspl.backend.x86.operands.X86IndexMemoryOperand
 
bip - Variable in class dspl.backend.InstructionProcessor
The target ISA's Branch Instruction Processor
bool(AST) - Method in class dspl.frontend.DSPLAstToIntermediateWalker
 
bool() - Method in class dspl.frontend.DSPLParser
 
BranchInstruction - Class in dspl.intermediate.instructions
 
BranchInstruction(Comparison, Instruction, Instruction) - Constructor for class dspl.intermediate.instructions.BranchInstruction
 
BranchInstructionProcessor - Class in dspl.backend
Abstract BranchInstructionProcessor from which all ISAs must derive a class to convert BranchInstructions into the appriopriate asm instructions
BranchInstructionProcessor() - Constructor for class dspl.backend.BranchInstructionProcessor
 
buildTokenTypeASTClassMap() - Method in class dspl.frontend.DSPLParser
 
byteSize - Variable in class dspl.intermediate.variable.Variable
Stores the size (in bytes) of the Variable For primitives: float,int,uint = 4 bytes byte,ubyte = 1 byte complex = 8 bytes (2 floats) for arrays = # of elements * size of array's primitive type

A B C D E F G H I L M N O P R S T U V W X _