Home | History | Annotate | Download | only in arch

Lines Matching refs:As

31 	Instructions map[string]obj.As
110 instructions := make(map[string]obj.As)
112 instructions[s] = obj.As(i)
115 if obj.As(i) >= obj.A_ARCHSPECIFIC {
116 instructions[s] = obj.As(i) + obj.ABaseAMD64
187 // Note that there is no list of names as there is for x86.
208 instructions := make(map[string]obj.As)
210 instructions[s] = obj.As(i)
213 if obj.As(i) >= obj.A_ARCHSPECIFIC {
214 instructions[s] = obj.As(i) + obj.ABaseARM
238 // Note that there is no list of names as there is for 386 and amd64.
296 instructions := make(map[string]obj.As)
298 instructions[s] = obj.As(i)
301 if obj.As(i) >= obj.A_ARCHSPECIFIC {
302 instructions[s] = obj.As(i) + obj.ABaseARM64
323 // Note that there is no list of names as there is for x86.
362 instructions := make(map[string]obj.As)
364 instructions[s] = obj.As(i)
367 if obj.As(i) >= obj.A_ARCHSPECIFIC {
368 instructions[s] = obj.As(i) + obj.ABasePPC64
388 // Note that there is no list of names as there is for x86.
419 instructions := make(map[string]obj.As)
421 instructions[s] = obj.As(i)
424 if obj.As(i) >= obj.A_ARCHSPECIFIC {
425 instructions[s] = obj.As(i) + obj.ABaseMIPS
444 // Note that there is no list of names as there is for x86.
476 instructions := make(map[string]obj.As)
478 instructions[s] = obj.As(i)
481 if obj.As(i) >= obj.A_ARCHSPECIFIC {
482 instructions[s] = obj.As(i) + obj.ABaseMIPS
501 // Note that there is no list of names as there is for x86.
528 instructions := make(map[string]obj.As)
530 instructions[s] = obj.As(i)
533 if obj.As(i) >= obj.A_ARCHSPECIFIC {
534 instructions[s] = obj.As(i) + obj.ABaseS390X