Searched refs:vmBranchRelative (Results 1 – 4 of 4) sorted by relevance
/freebsd/stand/ficl/ |
H A D | words.c | 1234 vmBranchRelative(pVM, (uintptr_t)*(pVM->ip)); in branchParen() 1256 vmBranchRelative(pVM, 1); in branch0() 1260 vmBranchRelative(pVM, (uintptr_t)*(pVM->ip)); in branch0() 1428 vmBranchRelative(pVM, 1); in ofParen() 1432 vmBranchRelative(pVM, *(int *)(pVM->ip)); in ofParen() 1797 vmBranchRelative(pVM, 1); in literalParen() 1808 vmBranchRelative(pVM, 2); in twoLitParen() 2163 vmBranchRelative(pVM, 1); /* fall through the loop */ in loopParen() 2168 vmBranchRelative(pVM, (uintptr_t)*(pVM->ip)); in loopParen() 2198 vmBranchRelative(pVM, 1); /* fall through the loop */ in plusLoopParen() [all …]
|
H A D | vm.c | 69 void vmBranchRelative(FICL_VM *pVM, int offset) in vmBranchRelative() function
|
H A D | float.c | 652 vmBranchRelative(pVM, 1); in fliteralParen()
|
H A D | ficl.h | 571 void vmBranchRelative(FICL_VM *pVM, int offset);
|