Home
last modified time | relevance | path

Searched refs:instructionName (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go582 instructionName := d.contents(instruction)
583 isBranch := instructionName[0] == 'b'
624 instructionName = ""
677 if instructionName != "addis" || len(argNodes) != 3 || i != 2 || args[1] != "2" {
681 instructionName = ""
699 switch instructionName {
703 instructionName = ""
712 origInstructionName := instructionName
713 instructionName = ""
740 return nil, fmt.Errorf("can't process TOC argument to %q", instructionName)
[all …]