/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
gas-cbw.asm | 5 cdq label
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
m_debug_util.h | 144 * non-pairable 'cdq' instruction. This ensures all the code being 155 __asm__ ( "cdq" ); \ 156 __asm__ ( "cdq" ); \ 158 __asm__ ( "cdq" ); \ 159 __asm__ ( "cdq" ); \ 172 __asm__ ( "cdq" ); \ 173 __asm__ ( "cdq" ); \ 178 __asm__ ( "cdq" ); \ 179 __asm__ ( "cdq" ); \
|
/external/mesa3d/src/mesa/math/ |
m_debug_util.h | 144 * non-pairable 'cdq' instruction. This ensures all the code being 155 __asm__ ( "cdq" ); \ 156 __asm__ ( "cdq" ); \ 158 __asm__ ( "cdq" ); \ 159 __asm__ ( "cdq" ); \ 172 __asm__ ( "cdq" ); \ 173 __asm__ ( "cdq" ); \ 178 __asm__ ( "cdq" ); \ 179 __asm__ ( "cdq" ); \
|
/external/llvm/lib/Target/X86/ |
X86InstrExtension.td | 26 def CDQ : I<0x99, RawFrm, (outs), (ins), 27 "{cltd|cdq}", []>; // EDX:EAX = signext(EAX)
|
X86FastISel.cpp | [all...] |
/external/flac/libFLAC/ia32/ |
stream_encoder_asm.nasm | 100 cdq
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
ll.S | 183 # cdq # clear edx in clever way 457 cdq # clear dx 503 cdq # clear edx 530 cdq # clear edx
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
ll.S | 175 # cdq # clear edx in clever way 457 cdq # clear dx 503 cdq # clear edx 530 cdq # clear edx
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
asm.php | 71 'bsf','bsr','bt','btc','btr','bts','cdq','cmpsd','cwde','insd','iretd','iretdf','iretf',
|
/art/compiler/utils/x86/ |
assembler_x86.h | 373 void cdq();
|
assembler_x86.cc | 927 void X86Assembler::cdq() { function in class:art::x86::X86Assembler [all...] |
/external/chromium_org/v8/test/cctest/ |
test-disasm-ia32.cc | 155 __ cdq();
|
test-disasm-x64.cc | 143 __ cdq();
|
/external/v8/test/cctest/ |
test-disasm-ia32.cc | 171 __ cdq();
|
test-disasm-x64.cc | 160 __ cdq();
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | 424 #define CDQ CHOICE(cltd, cdq, cdq) [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 424 #define CDQ CHOICE(cltd, cdq, cdq) [all...] |
/dalvik/vm/compiler/codegen/x86/ |
LowerAlu.cpp | 111 //! It uses native instruction cdq 695 convert_integer(OpndSize_32, OpndSize_64); //cdq 1062 convert_integer(OpndSize_32, OpndSize_64); //cdq [all...] |
LowerHelper.cpp | [all...] |
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_base.h | 166 * register (i.e. CWD/CDQ instructions), RegName_Null
|
encoder.h | 562 ENCODER_DECLARE_EXPORT char * cdq(char * stream);
|
encoder.inl | 557 ENCODER_DECLARE_EXPORT char * cdq(char * stream) {
|
/art/runtime/arch/x86/ |
quick_entrypoints_x86.S | 500 cdq // edx:eax = sign extend eax [all...] |
/external/chromium_org/v8/src/ia32/ |
assembler-ia32.h | 809 void cdq(); [all...] |
/external/v8/src/ia32/ |
assembler-ia32.h | 776 void cdq(); [all...] |