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

1 2

  /external/llvm/test/MC/AsmParser/
directive_include.s 6 # CHECK: TESTB:
9 TESTB:
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
directive_include.s 6 # CHECK: TESTB:
9 TESTB:
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/asm/
asm2.s 19 TESTB x+0(FP), AX
20 TESTB y+1(FP), BX
27 TESTB x+1(FP), AX // ERROR "invalid offset x\+1\(FP\); expected x\+0\(FP\)"
28 TESTB y+2(FP), AX // ERROR "invalid offset y\+2\(FP\); expected y\+1\(FP\)"
45 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int16 is 2-byte value"
46 TESTB y+2(FP), AX // ERROR "invalid TESTB of y\+2\(FP\); uint16 is 2-byte value"
68 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int32 is 4-byte value
    [all...]
asm1.s 20 TESTB x+0(FP), AX
21 TESTB y+1(FP), BX
28 TESTB x+1(FP), AX // ERROR "invalid offset x\+1\(FP\); expected x\+0\(FP\)"
29 TESTB y+2(FP), AX // ERROR "invalid offset y\+2\(FP\); expected y\+1\(FP\)"
46 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int16 is 2-byte value"
47 TESTB y+2(FP), AX // ERROR "invalid TESTB of y\+2\(FP\); uint16 is 2-byte value"
69 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int32 is 4-byte value
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/asm/
asm2.s 19 TESTB x+0(FP), AX
20 TESTB y+1(FP), BX
27 TESTB x+1(FP), AX // ERROR "invalid offset x\+1\(FP\); expected x\+0\(FP\)"
28 TESTB y+2(FP), AX // ERROR "invalid offset y\+2\(FP\); expected y\+1\(FP\)"
45 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int16 is 2-byte value"
46 TESTB y+2(FP), AX // ERROR "invalid TESTB of y\+2\(FP\); uint16 is 2-byte value"
68 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int32 is 4-byte value
    [all...]
asm1.s 20 TESTB x+0(FP), AX
21 TESTB y+1(FP), BX
28 TESTB x+1(FP), AX // ERROR "invalid offset x\+1\(FP\); expected x\+0\(FP\)"
29 TESTB y+2(FP), AX // ERROR "invalid offset y\+2\(FP\); expected y\+1\(FP\)"
46 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int16 is 2-byte value"
47 TESTB y+2(FP), AX // ERROR "invalid TESTB of y\+2\(FP\); uint16 is 2-byte value"
69 TESTB x+0(FP), AX // ERROR "invalid TESTB of x\+0\(FP\); int32 is 4-byte value
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
memmove_amd64.s 67 TESTB $1, runtime·useAVXmemmove(SB)
  /prebuilts/go/linux-x86/src/runtime/
memmove_amd64.s 67 TESTB $1, runtime·useAVXmemmove(SB)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
anames.go 738 "TESTB",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
anames.go 738 "TESTB",
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 234 {name: "TESTB", argLength: 2, reg: gp2flags, commutative: true, asm: "TESTB", typ: "Flags"}, // (arg0 & arg1) compare to 0
237 {name: "TESTBconst", argLength: 1, reg: gp1flags, asm: "TESTB", typ: "Flags", aux: "Int8"}, // (arg0 & auxint) compare to 0
    [all...]
AMD64Ops.go 260 {name: "TESTB", argLength: 2, reg: gp2flags, commutative: true, asm: "TESTB", typ: "Flags"}, // (arg0 & arg1) compare to 0
264 {name: "TESTBconst", argLength: 1, reg: gp1flags, asm: "TESTB", typ: "Flags", aux: "Int8"}, // (arg0 & auxint) compare to 0
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 234 {name: "TESTB", argLength: 2, reg: gp2flags, commutative: true, asm: "TESTB", typ: "Flags"}, // (arg0 & arg1) compare to 0
237 {name: "TESTBconst", argLength: 1, reg: gp1flags, asm: "TESTB", typ: "Flags", aux: "Int8"}, // (arg0 & auxint) compare to 0
    [all...]
AMD64Ops.go 260 {name: "TESTB", argLength: 2, reg: gp2flags, commutative: true, asm: "TESTB", typ: "Flags"}, // (arg0 & arg1) compare to 0
264 {name: "TESTBconst", argLength: 1, reg: gp1flags, asm: "TESTB", typ: "Flags", aux: "Int8"}, // (arg0 & auxint) compare to 0
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/
ssa.go 938 // TODO: We currently use the 2-byte instruction TESTB AX, (reg).
939 // Should we use the 3-byte TESTB $0, (reg) instead? It is larger
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
ssa.go 755 // TODO: We currently use the 2-byte instruction TESTB AX, (reg).
756 // Should we use the 3-byte TESTB $0, (reg) instead? It is larger
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
ssa.go 938 // TODO: We currently use the 2-byte instruction TESTB AX, (reg).
939 // Should we use the 3-byte TESTB $0, (reg) instead? It is larger
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
ssa.go 755 // TODO: We currently use the 2-byte instruction TESTB AX, (reg).
756 // Should we use the 3-byte TESTB $0, (reg) instead? It is larger
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewrite386.go     [all...]
opGen.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewrite386.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
amd64enc.s     [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
amd64enc.s     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
asm_test.go 1751 pos: []string{"TESTB"},
1759 neg: []string{"TESTB"},
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
asm_test.go 1751 pos: []string{"TESTB"},
1759 neg: []string{"TESTB"},
    [all...]

Completed in 3009 milliseconds

1 2