Home
last modified time | relevance | path

Searched refs:REG_EDX (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/arch/i386/bits/
H A Dsignal.h28 enum { REG_EDX = 9 }; enumerator
29 #define REG_EDX REG_EDX macro
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c260 #define REG_EDX (&hardreg_storage_table[EDX]) macro
1318 emit_move(val, REG_EDX, NULL, NULL); in emit_divide()
1333 reg = REG_EDX; in emit_divide()
1681 emit_move(val, REG_EDX, NULL, NULL); in emit_regular_preop()
1685 emit_move(REG_EDX, new, expr->unop->ctype, NULL); in emit_regular_preop()
/third_party/libunwind/libunwind/src/x86/
H A DGos-linux.c267 case UNW_X86_EDX: addr = &uc->uc_mcontext.gregs[REG_EDX]; break; in x86_r_uc_addr()
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H A Dmod.rs569 pub const REG_EDX: ::c_int = 9; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
H A Dmod.rs1081 pub const REG_EDX: ::c_int = 9; consts

Completed in 9 milliseconds