HomeSort by relevance Sort by last modified time
    Searched refs:TESTB (Results 1 - 25 of 26) 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/cmd/internal/obj/x86/
anames.go 230 "TESTB",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
anames.go 230 "TESTB",
  /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/runtime/
memmove_amd64.s 67 TESTB $1, runtime·useRepMovs(SB)
  /prebuilts/go/linux-x86/src/runtime/
memmove_amd64.s 67 TESTB $1, runtime·useRepMovs(SB)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 236 {name: "TESTB", argLength: 2, reg: gp2flags, asm: "TESTB", typ: "Flags"}, // (arg0 & arg1) compare to 0
239 {name: "TESTBconst", argLength: 1, reg: gp1flags, asm: "TESTB", typ: "Flags", aux: "Int8"}, // (arg0 & auxint) compare to 0
AMD64Ops.go 247 {name: "TESTB", argLength: 2, reg: gp2flags, asm: "TESTB", typ: "Flags"}, // (arg0 & arg1) compare to 0
251 {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 236 {name: "TESTB", argLength: 2, reg: gp2flags, asm: "TESTB", typ: "Flags"}, // (arg0 & arg1) compare to 0
239 {name: "TESTBconst", argLength: 1, reg: gp1flags, asm: "TESTB", typ: "Flags", aux: "Int8"}, // (arg0 & auxint) compare to 0
AMD64Ops.go 247 {name: "TESTB", argLength: 2, reg: gp2flags, asm: "TESTB", typ: "Flags"}, // (arg0 & arg1) compare to 0
251 {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 867 // TODO: We currently use the 2-byte instruction TESTB AX, (reg).
868 // Should we use the 3-byte TESTB $0, (reg) instead? It is larger
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
ssa.go 780 // TODO: We currently use the 2-byte instruction TESTB AX, (reg).
781 // Should we use the 3-byte TESTB $0, (reg) instead? It is larger
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
ssa.go 867 // TODO: We currently use the 2-byte instruction TESTB AX, (reg).
868 // Should we use the 3-byte TESTB $0, (reg) instead? It is larger
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
ssa.go 780 // TODO: We currently use the 2-byte instruction TESTB AX, (reg).
781 // Should we use the 3-byte TESTB $0, (reg) instead? It is larger
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewrite386.go 1328 // result: (TESTB x y)
    [all...]
rewriteAMD64.go     [all...]
opGen.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewrite386.go 1328 // result: (TESTB x y)
    [all...]
rewriteAMD64.go     [all...]

Completed in 247 milliseconds

1 2