about summary refs log tree commit diff stats
path: root/html/015immediate_addressing.cc.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-05 16:45:50 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-18 00:44:48 -0700
commit5a66c5dea9029d3dfffc92835adab9b292017b51 (patch)
tree14e4215f3afeb191d82f7031f0220e81ebcff78d /html/015immediate_addressing.cc.html
parentdf4326a6e9ed62eaba08b8cbd04506bc7632c926 (diff)
downloadmu-5a66c5dea9029d3dfffc92835adab9b292017b51.tar.gz
mu.subx: fourth test passing
Our four tests are exercising the following 18 primitives at least a little
bit:
  add-operation-and-inputs-to-stmt
  append-stmt-var
  lookup-var
  lookup-var-helper
  lookup-var-or-literal
  new-literal-integer
  new-reg-var-def
  new-var
  new-var-def
  new-var-from-slice
  next-mu-token
  parse-mu-stmt
  parse-mu-var-def
  parse-type
  parse-var-with-type
  pos-or-insert-slice
  pos-slice
  stmt-has-outputs?

For comparison, here are the 34 primitives in mu.subx that we've made significant
changes to since all tests passed:
  add-operation-and-inputs-to-stmt
  append-list
  append-stmt-var
  append-to-block
  convert-mu
  find-or-create-typeinfo
  find-or-create-typeinfo-fields
  find-or-create-typeinfo-output-var
  find-typeinfo
  lookup-or-define-var
  lookup-var
  lookup-var-helper
  lookup-var-or-literal
  new-block-name
  new-literal
  new-literal-integer
  new-reg-var-def
  new-var
  new-var-def
  new-var-from-slice
  next-mu-token
  parse-mu
  parse-mu-block
  parse-mu-named-block
  parse-mu-stmt
  parse-mu-var-def
  parse-type
  parse-type-tree
  parse-var-with-type
  populate-mu-function-body
  populate-mu-function-header
  pos-or-insert-slice
  pos-slice
  stmt-has-outputs?
Diffstat (limited to 'html/015immediate_addressing.cc.html')
0 files changed, 0 insertions, 0 deletions
64f8fa2a6e4800c725822feb0f7edebd3'>^
7dc8fef8 ^
4833bc23 ^

4ea0f69a ^

dc92d375 ^
240394a4 ^
240394a4 ^

dc4216a5 ^
7dc8fef8 ^
9e89f023 ^
36e4e71e ^
20ab9343 ^

20ab9343 ^





4ea0f69a ^

240394a4 ^
7dc8fef8 ^
36e4e71e ^

4a383291 ^
78a7d762 ^
e952d6cb ^
78a7d762 ^
e952d6cb ^
4ea0f69a ^

7838675f ^

72e783db ^
6ff9bb6f ^
07069888 ^
7838675f ^

2c8cb95f ^
1891697f ^
755e7df1 ^
a3d5f44b ^
66a8d4ff ^
7838675f ^
7dc8fef8 ^
2c8cb95f ^
80a93f0b ^
500cf259 ^

7dc8fef8 ^


80a93f0b ^
240394a4 ^



240394a4 ^
7dc8fef8 ^
240394a4 ^

2c8cb95f ^

240394a4 ^

2c8cb95f ^

240394a4 ^



e5fb3d74 ^
240394a4 ^

240394a4 ^
7dc8fef8 ^



7b33b517 ^

176e8a68 ^
7b33b517 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104