Home
last modified time | relevance | path

Searched refs:xlsplit (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/efcode/fcode_test/
H A Dtest64.fth42 swap rot xlsplit rot = -rot = and
46 xlsplit rot xlsplit rot = -rot = and
77 " xlsplit.1" test-64 x@ xlsplit lxjoin test-64 x@ x= .passed?
/titanic_41/usr/src/lib/efcode/engine/
H A Dprims64.c358 xlsplit(fcode_env_t *env) in xlsplit() function
457 P1275(0x251, 0, "xlsplit", xlsplit); in _init()
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth44 xlsplit rot xlsplit ( x2.lo x2.hi x1.lo x1.hi )
61 : x0= ( x -- 0=? ) xlsplit 0= swap 0= and ;
438 : blk_gang ( bp -- n ) h# 8 + x@ xlsplit nip d# 31 rshift ;