/external/boringssl/linux-x86/crypto/aes/ |
aesni-x86.S | 1374 movb %cl,-16(%edi) 1375 movb %dl,(%edi) [all...] |
/external/boringssl/linux-x86_64/crypto/aes/ |
aesni-x86_64.S | [all...] |
bsaes-x86_64.S | [all...] |
/external/boringssl/mac-x86/crypto/aes/ |
aesni-x86.S | 1345 movb %cl,-16(%edi) 1346 movb %dl,(%edi) [all...] |
/external/boringssl/mac-x86_64/crypto/aes/ |
aesni-x86_64.S | [all...] |
bsaes-x86_64.S | [all...] |
/external/v8/src/ic/x64/ |
ic-x64.cc | 365 __ movb(rax, FieldOperand(rax, Map::kInstanceTypeOffset)); [all...] |
/external/v8/src/x64/ |
assembler-x64.h | 681 void movb(Register dst, const Operand& src); 682 void movb(Register dst, Immediate imm); 683 void movb(const Operand& dst, Register src); 684 void movb(const Operand& dst, Immediate imm); [all...] |
/external/valgrind/exp-bbv/tests/amd64-linux/ |
ll.S | 425 movb $0, (%rdi) # replace last value with NUL
|
/external/valgrind/exp-bbv/tests/x86-linux/ |
ll.S | 425 movb $0, (%edi) # replace last value with NUL
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
opcode.s | 191 movb $0x90,0x90909090(%eax)
|
hle.s | 26 xrelease movb $100,(%ecx) 287 xrelease movb $100,(%ecx) 333 xrelease movb %al,(%ecx) [all...] |
/external/valgrind/none/tests/x86/ |
insn_basic.def | 471 movb imm8[123] r8.ub[0] => 1.ub[123] 472 movb imm8[123] m8.ub[0] => 1.ub[123] 473 movb r8.ub[123] r8.ub[0] => 1.ub[123] 474 movb r8.ub[123] m8.ub[0] => 1.ub[123] 475 movb m8.ub[123] r8.ub[0] => 1.ub[123] [all...] |
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | 11 // CHECK: movb $127, 3735928559(%ebx,%ecx,8) 13 movb $0x7f,0xdeadbeef(%ebx,%ecx,8) 15 // CHECK: movb $127, 69 17 movb $0x7f,0x45 19 // CHECK: movb $127, 32493 21 movb $0x7f,0x7eed 23 // CHECK: movb $127, 3133065982 25 movb $0x7f,0xbabecafe 27 // CHECK: movb $127, 305419896 29 movb $0x7f,0x1234567 [all...] |
/art/runtime/interpreter/mterp/out/ |
mterp_x86.S | 228 movb rINSTbl, rINSTbh 229 movb MACRO_LITERAL(\_opnum), rINSTbl [all...] |
mterp_x86_64.S | 213 movb rINSTbl, rINSTbh 214 movb $\_opnum, rINSTbl [all...] |
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
dwp_test_1.s | 642 movb $97, -1(%rbp) 704 movb $97, -1(%rbp) [all...] |
dwp_test_main.s | 73 movb %dl, v5(%rax)
|
/art/compiler/utils/x86/ |
assembler_x86.cc | 237 void X86Assembler::movb(Register /*dst*/, const Address& /*src*/) { function in class:art::x86::X86Assembler 242 void X86Assembler::movb(const Address& dst, ByteRegister src) { function in class:art::x86::X86Assembler 249 void X86Assembler::movb(const Address& dst, const Immediate& imm) { function in class:art::x86::X86Assembler [all...] |
/art/compiler/utils/x86_64/ |
assembler_x86_64.cc | 279 void X86_64Assembler::movb(CpuRegister /*dst*/, const Address& /*src*/) { function in class:art::x86_64::X86_64Assembler 284 void X86_64Assembler::movb(const Address& dst, CpuRegister src) { function in class:art::x86_64::X86_64Assembler 292 void X86_64Assembler::movb(const Address& dst, const Immediate& imm) { function in class:art::x86_64::X86_64Assembler [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
asm9.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/ |
asm9.go | [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/ |
asm9.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/ |
asm9.go | [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 532 #define MOV_B(a, b) CHOICE(movb ARG2(a,b), movb ARG2(a,b), movb ARG2(b,a)) [all...] |