HomeSort by relevance Sort by last modified time
    Searched refs:ExtInst (Results 1 - 25 of 37) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 37 // An 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),
objdump_test.go 40 func allowedMismatchObjdump(text string, size int, inst *Inst, dec ExtInst) bool {
objdumpext_test.go 88 ext.Dec <- ExtInst{addr, encbuf, len(enc), text}
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
ext_test.go 37 // An ExtInst represents a single decoded instruction parsed
39 type ExtInst struct {
46 func (r ExtInst) String() string {
53 Dec chan ExtInst
120 allowedMismatch func(text string, inst *Inst, dec ExtInst) bool,
124 Dec: make(chan ExtInst),
objdump_test.go 68 func allowedMismatchObjdump(text string, inst *Inst, dec ExtInst) bool {
objdumpext_test.go 125 ext.Dec <- ExtInst{addr, encbuf, len(enc), text}
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 38 // An 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),
objdump_test.go 33 func allowedMismatchObjdump(text string, size int, inst *Inst, dec ExtInst) bool {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 37 // An 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/arm64/arm64asm/
ext_test.go 37 // An ExtInst represents a single decoded instruction parsed
39 type ExtInst struct {
46 func (r ExtInst) String() string {
53 Dec chan ExtInst
120 allowedMismatch func(text string, inst *Inst, dec ExtInst) bool,
124 Dec: make(chan ExtInst),
objdump_test.go 68 func allowedMismatchObjdump(text string, inst *Inst, dec ExtInst) bool {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 38 // An 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),
objdump_test.go 33 func allowedMismatchObjdump(text string, size int, inst *Inst, dec ExtInst) bool {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9ext_test.go 84 ext.Dec <- ExtInst{addr, encbuf, len(enc), text}
plan9x_test.go 48 func allowedMismatchPlan9(text string, size int, inst *Inst, dec ExtInst) bool {
ext_test.go 36 // An 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),
xedext_test.go 97 ext.Dec <- ExtInst{addr, encbuf, len(enc), text}
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
plan9ext_test.go 84 ext.Dec <- ExtInst{addr, encbuf, len(enc), text}
plan9x_test.go 48 func allowedMismatchPlan9(text string, size int, inst *Inst, dec ExtInst) bool {
ext_test.go 36 // An 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),
xedext_test.go 97 ext.Dec <- ExtInst{addr, encbuf, len(enc), text}
  /external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
Smoke.push_constant.vert.h 144 80: 6(float) ExtInst 1(GLSL.std.450) 66(Length) 79
147 83: 6(float) ExtInst 1(GLSL.std.450) 66(Length) 82
151 86: 6(float) ExtInst 1(GLSL.std.450) 4(FAbs) 85
Smoke.vert.h 145 80: 6(float) ExtInst 1(GLSL.std.450) 66(Length) 79
148 83: 6(float) ExtInst 1(GLSL.std.450) 66(Length) 82
152 86: 6(float) ExtInst 1(GLSL.std.450) 4(FAbs) 85
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 12 _SPIRV_OP(ExtInst, 12)
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 3934 milliseconds

1 2