HomeSort by relevance Sort by last modified time
    Searched defs:ExtInst (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 37 // A ExtInst represents a single decoded instruction parsed
39 type ExtInst struct {
46 func (r ExtInst) String() string {
53 Dec chan ExtInst
101 allowedMismatch func(text string, size int, inst *Inst, dec ExtInst) bool,
105 Dec: make(chan ExtInst),
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 38 // A ExtInst represents a single decoded instruction parsed
40 type ExtInst struct {
47 func (r ExtInst) String() string {
53 Dec chan ExtInst
100 allowedMismatch func(text string, size int, inst *Inst, dec ExtInst) bool,
104 Dec: make(chan ExtInst),
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 37 // A ExtInst represents a single decoded instruction parsed
39 type ExtInst struct {
46 func (r ExtInst) String() string {
53 Dec chan ExtInst
101 allowedMismatch func(text string, size int, inst *Inst, dec ExtInst) bool,
105 Dec: make(chan ExtInst),
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 38 // A ExtInst represents a single decoded instruction parsed
40 type ExtInst struct {
47 func (r ExtInst) String() string {
53 Dec chan ExtInst
100 allowedMismatch func(text string, size int, inst *Inst, dec ExtInst) bool,
104 Dec: make(chan ExtInst),
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 36 // A ExtInst represents a single decoded instruction parsed
38 type ExtInst struct {
45 func (r ExtInst) String() string {
52 Dec chan ExtInst
100 allowedMismatch func(text string, size int, inst *Inst, dec ExtInst) bool,
104 Dec: make(chan ExtInst),
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 36 // A ExtInst represents a single decoded instruction parsed
38 type ExtInst struct {
45 func (r ExtInst) String() string {
52 Dec chan ExtInst
100 allowedMismatch func(text string, size int, inst *Inst, dec ExtInst) bool,
104 Dec: make(chan ExtInst),
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 157 milliseconds