LMS 2012
|
Go to the source code of this file.
Functions | |
void | cBranchJr (void) |
opJR byte code More... | |
void | cBranchJrFalse (void) |
opJR_FALSE byte code More... | |
void | cBranchJrTrue (void) |
opJR_TRUE byte code More... | |
void | cBranchJrNan (void) |
opJR_NAN byte code More... | |
void | cBranchJrLt8 (void) |
opJR_LT8 byte code More... | |
void | cBranchJrLt16 (void) |
opJR_LT16 byte code More... | |
void | cBranchJrLt32 (void) |
opJR_LT16 byte code More... | |
void | cBranchJrLtF (void) |
opJR_LTF byte code More... | |
void | cBranchJrGt8 (void) |
opJR_GT8 byte code More... | |
void | cBranchJrGt16 (void) |
opJR_GT16 byte code More... | |
void | cBranchJrGt32 (void) |
opJR_GT32 byte code More... | |
void | cBranchJrGtF (void) |
opJR_GTF byte code More... | |
void | cBranchJrLtEq8 (void) |
opJR_LTEQ8 byte code More... | |
void | cBranchJrLtEq16 (void) |
opJR_LTEQ16 byte code More... | |
void | cBranchJrLtEq32 (void) |
opJR_LTEQ32 byte code More... | |
void | cBranchJrLtEqF (void) |
opJR_LTEQF byte code More... | |
void | cBranchJrGtEq8 (void) |
opJR_GTEQ8 byte code More... | |
void | cBranchJrGtEq16 (void) |
opJR_GTEQ16 byte code More... | |
void | cBranchJrGtEq32 (void) |
opJR_GTEQ32 byte code More... | |
void | cBranchJrGtEqF (void) |
opJR_GTEQF byte code More... | |
void | cBranchJrEq8 (void) |
opJR_EQ8 byte code More... | |
void | cBranchJrEq16 (void) |
opJR_EQ16 byte code More... | |
void | cBranchJrEq32 (void) |
opJR_EQ32 byte code More... | |
void | cBranchJrEqF (void) |
opJR_EQF byte code More... | |
void | cBranchJrNEq8 (void) |
opJR_NEQ8 byte code More... | |
void | cBranchJrNEq16 (void) |
opJR_NEQ16 byte code More... | |
void | cBranchJrNEq32 (void) |
opJR_NEQ32 byte code More... | |
void | cBranchJrNEqF (void) |
opJR_NEQF byte code More... | |
void cBranchJr | ( | void | ) |
opJR byte code
Definition at line 42 of file c_branch.c.
void cBranchJrEq16 | ( | void | ) |
opJR_EQ16 byte code
Definition at line 428 of file c_branch.c.
void cBranchJrEq32 | ( | void | ) |
opJR_EQ32 byte code
Definition at line 459 of file c_branch.c.
void cBranchJrEq8 | ( | void | ) |
opJR_EQ8 byte code
Definition at line 397 of file c_branch.c.
void cBranchJrEqF | ( | void | ) |
opJR_EQF byte code
Definition at line 490 of file c_branch.c.
void cBranchJrFalse | ( | void | ) |
opJR_FALSE byte code
Definition at line 62 of file c_branch.c.
void cBranchJrGt16 | ( | void | ) |
opJR_GT16 byte code
Definition at line 304 of file c_branch.c.
void cBranchJrGt32 | ( | void | ) |
opJR_GT32 byte code
Definition at line 335 of file c_branch.c.
void cBranchJrGt8 | ( | void | ) |
opJR_GT8 byte code
Definition at line 273 of file c_branch.c.
void cBranchJrGtEq16 | ( | void | ) |
opJR_GTEQ16 byte code
Definition at line 800 of file c_branch.c.
void cBranchJrGtEq32 | ( | void | ) |
opJR_GTEQ32 byte code
Definition at line 831 of file c_branch.c.
void cBranchJrGtEq8 | ( | void | ) |
opJR_GTEQ8 byte code
Definition at line 769 of file c_branch.c.
void cBranchJrGtEqF | ( | void | ) |
opJR_GTEQF byte code
Definition at line 862 of file c_branch.c.
void cBranchJrGtF | ( | void | ) |
opJR_GTF byte code
Definition at line 366 of file c_branch.c.
void cBranchJrLt16 | ( | void | ) |
opJR_LT16 byte code
Definition at line 180 of file c_branch.c.
void cBranchJrLt32 | ( | void | ) |
opJR_LT16 byte code
Definition at line 211 of file c_branch.c.
void cBranchJrLt8 | ( | void | ) |
opJR_LT8 byte code
Definition at line 149 of file c_branch.c.
void cBranchJrLtEq16 | ( | void | ) |
opJR_LTEQ16 byte code
Definition at line 676 of file c_branch.c.
void cBranchJrLtEq32 | ( | void | ) |
opJR_LTEQ32 byte code
Definition at line 707 of file c_branch.c.
void cBranchJrLtEq8 | ( | void | ) |
opJR_LTEQ8 byte code
Definition at line 645 of file c_branch.c.
void cBranchJrLtEqF | ( | void | ) |
opJR_LTEQF byte code
Definition at line 738 of file c_branch.c.
void cBranchJrLtF | ( | void | ) |
opJR_LTF byte code
Definition at line 242 of file c_branch.c.
void cBranchJrNan | ( | void | ) |
opJR_NAN byte code
Definition at line 117 of file c_branch.c.
void cBranchJrNEq16 | ( | void | ) |
opJR_NEQ16 byte code
Definition at line 552 of file c_branch.c.
void cBranchJrNEq32 | ( | void | ) |
opJR_NEQ32 byte code
Definition at line 583 of file c_branch.c.
void cBranchJrNEq8 | ( | void | ) |
opJR_NEQ8 byte code
Definition at line 521 of file c_branch.c.
void cBranchJrNEqF | ( | void | ) |
opJR_NEQF byte code
Definition at line 614 of file c_branch.c.
void cBranchJrTrue | ( | void | ) |
opJR_TRUE byte code
Definition at line 89 of file c_branch.c.