summaryrefslogtreecommitdiff
path: root/cginstructions.c
diff options
context:
space:
mode:
authorJohn van Groningen2007-05-14 15:23:39 +0000
committerJohn van Groningen2007-05-14 15:23:39 +0000
commitaee5525302ecc584af4e4fcc08c947d1582723e5 (patch)
tree325c1c11b36039e368ec26b2a7b9bf9b72d7ca22 /cginstructions.c
parentinstruction_code of register node should be GREGISTER, not P_REGISTER (diff)
implement select, update and replace for 32 bit real arrays for IA32
Diffstat (limited to 'cginstructions.c')
-rw-r--r--cginstructions.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cginstructions.c b/cginstructions.c
index 25c11a8..4f1d8a7 100644
--- a/cginstructions.c
+++ b/cginstructions.c
@@ -673,7 +673,7 @@ INSTRUCTION_GRAPH g_fload_x (INSTRUCTION_GRAPH graph_1,int offset,int shift,INST
return instruction;
}
-#ifdef G_AI64
+#ifdef I486
INSTRUCTION_GRAPH g_fload_s_x (INSTRUCTION_GRAPH graph_1,int offset,int shift,INSTRUCTION_GRAPH graph_2)
{
INSTRUCTION_GRAPH instruction;
@@ -973,7 +973,7 @@ INSTRUCTION_GRAPH g_fstore_x (INSTRUCTION_GRAPH graph_1,INSTRUCTION_GRAPH graph_
return instruction;
}
-#ifdef G_AI64
+#ifdef I486
INSTRUCTION_GRAPH g_fstore_s_x (INSTRUCTION_GRAPH graph_1,INSTRUCTION_GRAPH graph_2,int offset,int shift,INSTRUCTION_GRAPH graph_3)
{
INSTRUCTION_GRAPH instruction;