HomeSort by relevance Sort by last modified time
    Searched full:mov_b (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/src/mesa/x86/
x86_cliptest.S 157 MOV_B( REGIND(EBX), AL )
158 MOV_B( REGIND(EBP), AH )
201 MOV_B( REGBI(EBP, ECX), CL )
203 MOV_B( REGOFF(clip_table,ECX), CL )
210 MOV_B( CL, REGIND(EDX) )
255 MOV_B( AL, REGIND(ECX) )
256 MOV_B( AH, REGIND(EDX) )
326 MOV_B( REGIND(EBX), AL )
327 MOV_B( REGIND(EBP), AH )
367 MOV_B( REGBI(EBP, ECX), CL
    [all...]
assyntax.h 532 #define MOV_B(a, b) CHOICE(movb ARG2(a,b), movb ARG2(a,b), movb ARG2(b,a))
    [all...]
  /external/v8/test/cctest/
test-disasm-x87.cc 146 __ mov_b(edx, ecx);
147 __ mov_b(ecx, 6);
148 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6);
149 __ mov_b(Operand(esp, 16), edx);
test-disasm-ia32.cc 146 __ mov_b(edx, ecx);
147 __ mov_b(ecx, 6);
148 __ mov_b(Operand(ebx, ecx, times_4, 10000), 6);
149 __ mov_b(Operand(esp, 16), edx);
  /external/v8/src/ia32/
codegen-ia32.cc 295 __ mov_b(eax, Operand(src, 0));
297 __ mov_b(Operand(dst, 0), eax);
365 __ mov_b(eax, Operand(src, 0));
366 __ mov_b(Operand(dst, 0), eax);
453 __ mov_b(eax, Operand(src, 0));
454 __ mov_b(Operand(dst, 0), eax);
464 __ mov_b(edx, Operand(src, 2));
466 __ mov_b(Operand(dst, 2), edx);
    [all...]
assembler-ia32.h 599 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); }
600 void mov_b(Register dst, const Operand& src);
601 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); }
602 void mov_b(const Operand& dst, int8_t src) { mov_b(dst, Immediate(src)); }
603 void mov_b(const Operand& dst, const Immediate& src);
604 void mov_b(const Operand& dst, Register src);
    [all...]
assembler-ia32.cc 492 void Assembler::mov_b(Register dst, const Operand& src) { function in class:v8::internal::Assembler
500 void Assembler::mov_b(const Operand& dst, const Immediate& src) { function in class:v8::internal::Assembler
508 void Assembler::mov_b(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
disasm-ia32.cc 51 {0x8A, "mov_b", REG_OPER_OP_ORDER},
    [all...]
macro-assembler-ia32.cc 53 mov_b(dst, src);
    [all...]
code-stubs-ia32.cc     [all...]
  /external/v8/src/x87/
assembler-x87.h 596 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); }
597 void mov_b(Register dst, const Operand& src);
598 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); }
599 void mov_b(const Operand& dst, int8_t imm8);
600 void mov_b(const Operand& dst, const Immediate& src);
601 void mov_b(const Operand& dst, Register src);
    [all...]
codegen-x87.cc 162 __ mov_b(eax, Operand(src, 0));
165 __ mov_b(Operand(dst, 0), eax);
192 __ mov_b(eax, Operand(src, 0));
194 __ mov_b(Operand(dst, 0), eax);
assembler-x87.cc 354 void Assembler::mov_b(Register dst, const Operand& src) { function in class:v8::internal::Assembler
362 void Assembler::mov_b(const Operand& dst, const Immediate& src) { function in class:v8::internal::Assembler
370 void Assembler::mov_b(const Operand& dst, int8_t imm8) { function in class:v8::internal::Assembler
378 void Assembler::mov_b(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
disasm-x87.cc 51 {0x8A, "mov_b", REG_OPER_OP_ORDER},
    [all...]
macro-assembler-x87.cc 53 mov_b(dst, src);
    [all...]
code-stubs-x87.cc     [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 901 __ mov_b(operand, i.InputInt8(index));
903 __ mov_b(operand, i.InputRegister(index));
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
lithium-ia32.cc     [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc     [all...]
lithium-x87.cc     [all...]

Completed in 1113 milliseconds