Lines Matching refs:Tokens
431 inst.Tokens = []*Token{p.tok(i)}
440 inst.Tokens = []*Token{p.tok(i), p.tok(i + 1), p.tok(i + 2)}
471 inst.Tokens = append(inst.Tokens, op.Tokens...)
476 inst.Tokens = append(inst.Tokens, op.Tokens...)
482 inst.Tokens = append(inst.Tokens, op.Tokens...)
518 for _, t := range inst.Tokens {
524 if inst.Opcode == schema.OpExtInstImport && len(inst.Tokens) >= 4 {
526 extTok := inst.Tokens[3]
550 Tokens: []*Token{tok},
563 op.Tokens = append(op.Tokens, p.Tokens...)
574 op.Tokens = append(op.Tokens, p.Tokens...)
615 op.Tokens = append(op.Tokens, o.Tokens...)
752 Tokens: toks,
772 Tokens []*Token
780 Tokens []*Token // all the tokens that make up the instruction
791 Tokens []*Token // all the tokens that make up the operand