HomeSort by relevance Sort by last modified time
    Searched refs:cr0 (Results 201 - 225 of 244) sorted by null

1 2 3 4 5 6 7 8910

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/fr30/
allinsn.d 372 142: 9f cf ff 70 copop 0xf,0xff,cr7,cr0
375 146: 9f d0 00 40 copld 0x0,0x0,r4,cr0
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 937 __ bne(&remainder_not_zero, Label::kNear /*, cr0*/);
    [all...]
  /external/llvm/test/MC/X86/
x86-32.s 379 // CHECK: movl %cr0, %eax
381 movl %cr0,%eax
x86-64.s 440 mov %rdx, %cr0
441 // CHECK: movq %rdx, %cr0
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86-32.s 351 // CHECK: movl %cr0, %eax
353 movl %cr0,%eax
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
x86-64.d 36 [ ]*[a-f0-9]+: 0f 20 c0 mov %cr0,%rax
37 [ ]*[a-f0-9]+: 41 0f 20 c0 mov %cr0,%r8
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
k1om.d 38 [ ]*[a-f0-9]+: 0f 20 c0 mov %cr0,%rax
39 [ ]*[a-f0-9]+: 41 0f 20 c0 mov %cr0,%r8
l1om.d 38 [ ]*[a-f0-9]+: 0f 20 c0 mov %cr0,%rax
39 [ ]*[a-f0-9]+: 41 0f 20 c0 mov %cr0,%r8
x86_64.d 35 [ ]*[a-f0-9]+: 0f 20 c0 mov %cr0,%rax
36 [ ]*[a-f0-9]+: 41 0f 20 c0 mov %cr0,%r8
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
st16_64.asm 431 ; Enable Protect Mode (set CR0.PE=1)
433 mov eax, cr0 ; Read CR0.
435 mov cr0, eax ; Write CR0.
503 ; Enable paging to activate long mode (set CR0.PG=1)
505 mov eax, cr0 ; Read CR0.
511 mov cr0, eax ; Write CR0.
    [all...]
st32_64.asm 447 ; Enable Protect Mode (set CR0.PE=1)
449 mov eax, cr0 ; Read CR0.
451 mov cr0, eax ; Write CR0.
519 ; Enable paging to activate long mode (set CR0.PG=1)
521 mov eax, cr0 ; Read CR0.
527 mov cr0, eax ; Write CR0.
    [all...]
start.S 426 movl %cr0, %eax
428 movl %eax, %cr0
    [all...]
start16.S 419 movl %cr0, %eax
421 movl %eax, %cr0
    [all...]
start32.S 434 movl %cr0, %eax
436 movl %eax, %cr0
    [all...]
start64.asm 438 ; Enable Protect Mode (set CR0.PE=1)
440 mov eax, cr0 ; Read CR0.
442 mov cr0, eax ; Write CR0.
510 ; Enable paging to activate long mode (set CR0.PG=1)
512 mov eax, cr0 ; Read CR0.
518 mov cr0, eax ; Write CR0.
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 136 # CR0 cache control bit definition
202 .byte 0x0f,0x20,0xc0 #movl %cr0, %eax # Get control register 0
204 .byte 0x0f,0x22,0xc0 #movl %eax, %cr0 # Activate protected mode
341 movl %cr0, %eax
344 movl %eax, %cr0
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.S 537 ## UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
548 movl %cr0, %eax
606 ## UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
608 movl %eax, %cr0
736 ## UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
747 movl %cr0, %eax
765 ## Clear TS bit in CR0 to avoid Device Not Available Exception (#NM)
808 ## UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
810 movl %eax, %cr0
889 # we need clean TS bit in CR0 to execute
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiException.S 466 ## UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
479 movq %cr0, %rax
538 ## UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
540 movq %rax, %cr0
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 49 __ cmp(reg, reg, cr0);
50 __ beq(target, cr0); // Always taken before patched.
59 __ cmp(reg, reg, cr0);
60 __ bne(target, cr0); // Never taken before patched.
    [all...]
  /external/v8/src/ic/ppc/
handler-compiler-ppc.cc 160 __ bne(miss_label, cr0);
369 __ bne(miss, cr0);
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
plan9.go 105 if arg == CR0 && strings.HasPrefix(inst.Op.String(), "cmp") {
106 return "" // don't show cr0 for cmp instructions
107 } else if arg >= CR0 {
108 return fmt.Sprintf("CR%d", int(arg-CR0))
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
plan9.go 105 if arg == CR0 && strings.HasPrefix(inst.Op.String(), "cmp") {
106 return "" // don't show cr0 for cmp instructions
107 } else if arg >= CR0 {
108 return fmt.Sprintf("CR%d", int(arg-CR0))
  /external/v8/src/s390/
macro-assembler-s390.cc     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.asm 86 ;; UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
215 ;; UINT32 Cr0, Cr2, Cr3, Cr4;
321 ;; UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
333 mov eax, cr0
405 ;; UINT32 Cr0, Cr1, Cr2, Cr3, Cr4;
407 mov cr0, eax
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 84 ;; UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
216 ;; UINT64 Cr0, Cr2, Cr3, Cr4, Cr8;
349 ;; UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
363 mov rax, cr0
434 ;; UINT64 Cr0, Cr1, Cr2, Cr3, Cr4, Cr8;
436 mov cr0, rax

Completed in 1998 milliseconds

1 2 3 4 5 6 7 8910