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

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/src/math/
exp2_386.s 12 CMPL AX, $0x7ff00000
30 CMPL BX, $0xfff00000
32 CMPL CX, $0
modf_386.s 12 CMPL DX, $(1<<31) // beginning of -0.0
14 CMPL AX, $0 // could be denormalized
hypot_386.s 12 CMPL AX, $0x7ff00000
16 CMPL AX, $0x7ff00000
46 CMPL AX, $0x7ff00000
51 CMPL AX, $0x7ff00000
expm1_386.s 25 CMPL AX, $0x7ff00000
46 CMPL BX, $0xfff00000
48 CMPL CX, $0
  /prebuilts/go/linux-x86/src/math/
exp2_386.s 12 CMPL AX, $0x7ff00000
30 CMPL BX, $0xfff00000
32 CMPL CX, $0
modf_386.s 12 CMPL DX, $(1<<31) // beginning of -0.0
14 CMPL AX, $0 // could be denormalized
hypot_386.s 12 CMPL AX, $0x7ff00000
16 CMPL AX, $0x7ff00000
46 CMPL AX, $0x7ff00000
51 CMPL AX, $0x7ff00000
expm1_386.s 25 CMPL AX, $0x7ff00000
46 CMPL BX, $0xfff00000
48 CMPL CX, $0
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_386.s 22 CMPL AX, $0
asm_amd64x.s 22 CMPL AX, $0
  /prebuilts/go/darwin-x86/src/runtime/
memclr_plan9_386.s 16 CMPL BX, $2
18 CMPL BX, $4
21 CMPL BX, $8
23 CMPL BX, $16
memclr_386.s 21 CMPL BX, $2
23 CMPL BX, $4
26 CMPL BX, $8
28 CMPL BX, $16
33 CMPL BX, $32
35 CMPL BX, $64
37 CMPL BX, $128
39 CMPL BX, $256
62 CMPL BX, $256
memmove_plan9_386.s 39 CMPL BX, $2
41 CMPL BX, $4
44 CMPL BX, $8
46 CMPL BX, $16
52 CMPL SI, DI
71 CMPL CX, DI
memmove_nacl_amd64p32.s 15 CMPL SI, DI
30 CMPL CX, DI
memmove_386.s 43 CMPL BX, $2
45 CMPL BX, $4
48 CMPL BX, $8
50 CMPL BX, $16
54 CMPL BX, $32
56 CMPL BX, $64
58 CMPL BX, $128
66 CMPL SI, DI
102 CMPL CX, DI
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
asm_386.s 22 CMPL AX, $0
asm_amd64x.s 22 CMPL AX, $0
  /prebuilts/go/linux-x86/src/runtime/
memclr_plan9_386.s 16 CMPL BX, $2
18 CMPL BX, $4
21 CMPL BX, $8
23 CMPL BX, $16
memclr_386.s 21 CMPL BX, $2
23 CMPL BX, $4
26 CMPL BX, $8
28 CMPL BX, $16
33 CMPL BX, $32
35 CMPL BX, $64
37 CMPL BX, $128
39 CMPL BX, $256
62 CMPL BX, $256
memmove_plan9_386.s 39 CMPL BX, $2
41 CMPL BX, $4
44 CMPL BX, $8
46 CMPL BX, $16
52 CMPL SI, DI
71 CMPL CX, DI
memmove_nacl_amd64p32.s 15 CMPL SI, DI
30 CMPL CX, DI
memmove_386.s 43 CMPL BX, $2
45 CMPL BX, $4
48 CMPL BX, $8
50 CMPL BX, $16
54 CMPL BX, $32
56 CMPL BX, $64
58 CMPL BX, $128
66 CMPL SI, DI
102 CMPL CX, DI
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5002.go 7 // Issue 5002: 8g produces invalid CMPL $0, $0.
issue5841.go 7 // Issue 5841: 8g produces invalid CMPL $0, $0.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5002.go 7 // Issue 5002: 8g produces invalid CMPL $0, $0.

Completed in 918 milliseconds

1 2 3 4 5 6 7