Home
last modified time | relevance | path

Searched refs:movb (Results 1 – 15 of 15) sorted by relevance

/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S106 movb rINSTbl, rINSTbh
107 movb $$\_opnum, rINSTbl
410 movb (REG_VAR(shorty)), %al // bl := *shorty
471 movb (REG_VAR(shorty)), %al // al := *shorty
538 movb (REG_VAR(shorty)), %al // al := *shorty
577 movb (REG_VAR(shorty)), %al // bl := *shorty
612 movb (REG_VAR(shorty)), %al // al := *shorty
647 movb (REG_VAR(shorty)), %al // al := *shorty
683 movb (REG_VAR(shorty)), %al // al := *shorty
713 movb (REG_VAR(shorty)), %al // al := *shorty
[all …]
/art/runtime/interpreter/mterp/x86_64/
Dmain.S219 movb rINSTbl, rINSTbh
220 movb $$\_opnum, rINSTbl
/art/runtime/interpreter/mterp/x86/
Dmain.S231 movb rINSTbl, rINSTbh
232 movb MACRO_LITERAL(\_opnum), rINSTbl
Darithmetic.S284 movb $$0xc, %ah
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S350 movb (%r10), %al // al := *shorty
381 movb (%r10), %al // al := *shorty
1285 movb %dl, (%rdx, %rdi) // Note: this assumes that top 32b of %rdi are zero
1326 movb %dl, (%rdx, %rdi) // Note: this assumes that top 32b of %rdi are zero
/art/compiler/utils/x86/
Dassembler_x86.h392 void movb(Register dst, const Address& src);
393 void movb(const Address& dst, ByteRegister src);
394 void movb(const Address& dst, const Immediate& imm);
Dassembler_x86.cc313 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { in movb() function in art::x86::X86Assembler
318 void X86Assembler::movb(const Address& dst, ByteRegister src) { in movb() function in art::x86::X86Assembler
325 void X86Assembler::movb(const Address& dst, const Immediate& imm) { in movb() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h402 void movb(CpuRegister dst, const Address& src);
403 void movb(const Address& dst, CpuRegister src);
404 void movb(const Address& dst, const Immediate& imm);
Dassembler_x86_64_test.cc995 DriverStr(RepeatAb(&x86_64::X86_64Assembler::movb, "movb %{reg}, {mem}"), "movb_s"); in TEST_F()
1020 DriverStr(RepeatAI(&x86_64::X86_64Assembler::movb, in TEST_F()
Dassembler_x86_64.cc315 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { in movb() function in art::x86_64::X86_64Assembler
320 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { in movb() function in art::x86_64::X86_64Assembler
328 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { in movb() function in art::x86_64::X86_64Assembler
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S458 movb (REG_VAR(shorty)), REG_VAR(temp_char) // temp_char := *shorty
489 movb (REG_VAR(shorty)), REG_VAR(temp_char) // temp_char := *shorty
1466 movb %dl, (%edx, %eax)
1507 movb %dl, (%edx, %eax)
/art/compiler/optimizing/
Dcode_generator_x86.cc1544 __ movb(dst, Immediate(CodeGenerator::GetInt8ValueOf(src.GetConstant()))); in MoveToMemory() local
1546 __ movb(dst, src.AsRegister<ByteRegister>()); in MoveToMemory() local
5639 __ movb(Address(temp, card, TIMES_1, 0), in MarkGCCard() local
5881 __ movb(field_addr, Immediate(CodeGenerator::GetInt8ValueOf(value.GetConstant()))); in HandleFieldSet() local
5883 __ movb(field_addr, value.AsRegister<ByteRegister>()); in HandleFieldSet() local
6395 __ movb(address, value.AsRegister<ByteRegister>()); in VisitArraySet() local
6397 __ movb(address, Immediate(CodeGenerator::GetInt8ValueOf(value.GetConstant()))); in VisitArraySet() local
Dcode_generator_x86_64.cc5074 __ movb(Address(base, offset), in HandleFieldSet() local
5077 __ movb(Address(base, offset), value.AsRegister<CpuRegister>()); in HandleFieldSet() local
5538 __ movb(address, value.AsRegister<CpuRegister>()); in VisitArraySet() local
5540 __ movb(address, Immediate(CodeGenerator::GetInt8ValueOf(value.GetConstant()))); in VisitArraySet() local
5861 __ movb(Address(temp, card, TIMES_1, 0), card); in MarkGCCard() local
Dintrinsics_x86_64.cc1706 __ movb(Address(address, 0), in GenPoke() local
1709 __ movb(Address(address, 0), value.AsRegister<CpuRegister>()); in GenPoke() local
Dintrinsics_x86.cc1553 __ movb(Address(address, 0), in GenPoke() local
1556 __ movb(Address(address, 0), value_loc.AsRegister<ByteRegister>()); in GenPoke() local