Searched refs:vmBranchRelative (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/stand/ficl/ |
| H A D | words.c | 1235 vmBranchRelative(pVM, (uintptr_t)*(pVM->ip)); in branchParen() 1257 vmBranchRelative(pVM, 1); in branch0() 1261 vmBranchRelative(pVM, (uintptr_t)*(pVM->ip)); in branch0() 1429 vmBranchRelative(pVM, 1); in ofParen() 1433 vmBranchRelative(pVM, *(int *)(pVM->ip)); in ofParen() 1798 vmBranchRelative(pVM, 1); in literalParen() 1809 vmBranchRelative(pVM, 2); in twoLitParen() 2164 vmBranchRelative(pVM, 1); /* fall through the loop */ in loopParen() 2169 vmBranchRelative(pVM, (uintptr_t)*(pVM->ip)); in loopParen() 2204 vmBranchRelative(pVM, (uintptr_t)*(pVM->ip)); in plusLoopParen() [all …]
|
| H A D | vm.c | 70 void vmBranchRelative(FICL_VM *pVM, int offset) in vmBranchRelative() function
|
| H A D | float.c | 653 vmBranchRelative(pVM, 1); in fliteralParen()
|
| H A D | ficl.h | 572 void vmBranchRelative(FICL_VM *pVM, int offset);
|