Home
last modified time | relevance | path

Searched refs:isvalue8bit (Results 1 – 6 of 6) sorted by relevance

/dports/editors/fpc-ide/fpc-3.2.2/compiler/m68k/
H A Dcpubase.pas374 function isvalue8bit(val: tcgint): boolean; in isvalue8bit() function
604 function isvalue8bit(val: tcgint): boolean; in isvalue8bit() function
606 isvalue8bit := (val >= low(shortint)) and (val <= high(shortint));
H A Dcgcpu.pas494 if isvalue8bit(ref.offset) then
519 if ((ref.index<>NR_NO) and not isvalue8bit(ref.offset)) or
764 if isvalue8bit(a) and (tcgsize2opsize[tosize] = S_L) then
/dports/lang/fpc/fpc-3.2.2/compiler/m68k/
H A Dcpubase.pas374 function isvalue8bit(val: tcgint): boolean; in isvalue8bit() function
604 function isvalue8bit(val: tcgint): boolean; in isvalue8bit() function
606 isvalue8bit := (val >= low(shortint)) and (val <= high(shortint));
H A Dcgcpu.pas494 if isvalue8bit(ref.offset) then
519 if ((ref.index<>NR_NO) and not isvalue8bit(ref.offset)) or
764 if isvalue8bit(a) and (tcgsize2opsize[tosize] = S_L) then
/dports/lang/fpc-source/fpc-3.2.2/compiler/m68k/
H A Dcpubase.pas374 function isvalue8bit(val: tcgint): boolean; in isvalue8bit() function
604 function isvalue8bit(val: tcgint): boolean; in isvalue8bit() function
606 isvalue8bit := (val >= low(shortint)) and (val <= high(shortint));
H A Dcgcpu.pas494 if isvalue8bit(ref.offset) then
519 if ((ref.index<>NR_NO) and not isvalue8bit(ref.offset)) or
764 if isvalue8bit(a) and (tcgsize2opsize[tosize] = S_L) then