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

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DisableCache.S 18 # Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
34 movl %cr0, %eax
37 movl %eax, %cr0
EnableCache.S 18 # Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
19 # the NW bit of CR0 to 0
35 movl %cr0, %eax
38 movl %eax, %cr0
DisableCache.asm 18 ; Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
37 mov eax, cr0
40 mov cr0, eax
EnableCache.asm 18 ; Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
19 ; the NW bit of CR0 to 0
38 mov eax, cr0
41 mov cr0, eax
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DisableCache.S 18 # Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
34 movq %cr0, %rax
37 movq %rax, %cr0
EnableCache.S 18 # Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
19 # the NW bit of CR0 to 0
35 movq %cr0, %rax
38 movq %rax, %cr0
DisableCache.asm 18 ; Set the CD bit of CR0 to 1, clear the NW bit of CR0 to 0, and flush all caches with a
35 mov rax, cr0
38 mov cr0, rax
EnableCache.asm 18 ; Flush all caches with a WBINVD instruction, clear the CD bit of CR0 to 0, and clear
19 ; the NW bit of CR0 to 0
36 mov rax, cr0
39 mov cr0, rax
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 54 if arg == CR0 && strings.HasPrefix(inst.Op.String(), "cmp") {
55 return "" // don't show cr0 for cmp instructions
56 } else if arg >= CR0 {
57 return fmt.Sprintf("cr%d", int(arg-CR0))
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 54 if arg == CR0 && strings.HasPrefix(inst.Op.String(), "cmp") {
55 return "" // don't show cr0 for cmp instructions
56 } else if arg >= CR0 {
57 return fmt.Sprintf("cr%d", int(arg-CR0))
  /external/clang/lib/Headers/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
htmintrin.h 40 #define _HTM_STATE(CR0) ((CR0 >> 1) & 0x3)

Completed in 1185 milliseconds

1 2 3 4 5 6