OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:varneeds
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/pcc/dist/pcc/arch/amd64/
code.c
68
static int
varneeds
;
variable
415
if (
varneeds
& NEED_STRFI) { /* struct with one float and then int */
427
if (
varneeds
& NEED_STRIF) { /* struct with one int and one float */
439
if (
varneeds
& NEED_2FPREF) { /* struct with two float regs */
450
if (
varneeds
& NEED_1FPREF) {
458
if (
varneeds
& NEED_1REGREF) {
466
if (
varneeds
& NEED_2REGREF) {
474
if (
varneeds
& NEED_MEMREF) {
482
if (
varneeds
& (NEED_1FPREF|NEED_1REGREF)) {
488
if (
varneeds
& (NEED_2FPREF|NEED_2REGREF|NEED_STRFI|NEED_STRIF))
[
all
...]
code.c
68
static int
varneeds
;
variable
415
if (
varneeds
& NEED_STRFI) { /* struct with one float and then int */
427
if (
varneeds
& NEED_STRIF) { /* struct with one int and one float */
439
if (
varneeds
& NEED_2FPREF) { /* struct with two float regs */
450
if (
varneeds
& NEED_1FPREF) {
458
if (
varneeds
& NEED_1REGREF) {
466
if (
varneeds
& NEED_2REGREF) {
474
if (
varneeds
& NEED_MEMREF) {
482
if (
varneeds
& (NEED_1FPREF|NEED_1REGREF)) {
488
if (
varneeds
& (NEED_2FPREF|NEED_2REGREF|NEED_STRFI|NEED_STRIF))
[
all
...]
Completed in 40 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026