Home
last modified time | relevance | path

Searched refs:TheMachineCode (Results 1 – 2 of 2) sorted by relevance

/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlispbibl.d10094 #define TheMachineCode(obj) TheMachine(obj) macro
10096 #define TheMachineCode(obj) ((void*)((uintP)TheMachine(obj)+C_FUNCTION_POINTER_BIAS))
10098 …#define TheMachineCode(obj) ((void*)(((uintP)TheMachine(obj)>>(log2_PSEUDODATA_ALIGNMENT-log2_C_C…
10100 #define TheMachineCode(obj) TheMachine(obj)
10102 #define ThePseudofun(obj) ((Pseudofun)TheMachineCode(obj))
10139 %% export_def(TheMachineCode(obj));
H A DChangeLog567 PSEUDOCODE_ALIGNMENT, make_machine_code_unchecked, TheMachineCode):
574 (make_machine_code, TheMachineCode): Use it.
3933 (TheMachineCode): Adjust accordingly.
24358 (cstombs, TheEncoding, TheMachineCode, ThePseudofun, Pseudofun):
53688 (TheMachineCode): After shifting right, add the missing leftmost
61123 (make_machine_code, TheMachineCode): Special case for HPPA.
61220 (TheMachineCode): New macro.
61225 * list.d (sublis_assoc): Use TheMachineCode instead of TheMachine.