Searched refs:vmBranchRelative (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/stand/ficl/
H A Dwords.c1234 vmBranchRelative(pVM, (uintptr_t)*(pVM->ip));
1256 vmBranchRelative(pVM, 1);
1260 vmBranchRelative(pVM, (uintptr_t)*(pVM->ip));
1428 vmBranchRelative(pVM, 1);
1432 vmBranchRelative(pVM, *(int *)(pVM->ip));
1797 vmBranchRelative(pVM, 1);
1808 vmBranchRelative(pVM, 2);
2163 vmBranchRelative(pVM, 1); /* fall through the loop */
2168 vmBranchRelative(pVM, (uintptr_t)*(pVM->ip));
2198 vmBranchRelative(pV
[all...]
H A Dvm.c69 void vmBranchRelative(FICL_VM *pVM, int offset) function
H A Dfloat.c652 vmBranchRelative(pVM, 1);
H A Dficl.h571 void vmBranchRelative(FICL_VM *pVM, int offset);

Completed in 292 milliseconds