HomeSort by relevance Sort by last modified time
    Searched refs:movb (Results 101 - 125 of 166) sorted by null

1 2 3 45 6 7

  /art/compiler/utils/x86/
assembler_x86.h 354 void movb(Register dst, const Address& src);
355 void movb(const Address& dst, ByteRegister src);
356 void movb(const Address& dst, const Immediate& imm);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68hc11.c 3583 int movb; local
    [all...]
tc-h8300.c 1472 int movb = 0; local
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
peep.go 258 // movb elimination.
259 // movb is simulated by the linker
262 // when possible. a movb into a register
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
peep.go 255 // movb elimination.
256 // movb is simulated by the linker
259 // when possible. a movb into a register
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
peep.go 258 // movb elimination.
259 // movb is simulated by the linker
262 // when possible. a movb into a register
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
peep.go 255 // movb elimination.
256 // movb is simulated by the linker
259 // when possible. a movb into a register
  /art/compiler/utils/x86_64/
assembler_x86_64.h 377 void movb(CpuRegister dst, const Address& src);
378 void movb(const Address& dst, CpuRegister src);
379 void movb(const Address& dst, const Immediate& imm);
    [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S 388 movb (REG_VAR(shorty)), REG_VAR(temp_char) // temp_char := *shorty
419 movb (REG_VAR(shorty)), REG_VAR(temp_char) // temp_char := *shorty
    [all...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S 398 movb (%r10), %al // al := *shorty
429 movb (%r10), %al // al := *shorty
    [all...]
  /external/llvm/test/MC/X86/
x86-32.s 100 movb 0, %al // CHECK: movb 0, %al # encoding: [0xa0,0x00,0x00,0x00,0x00] label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
opcode.d 164 14a: 95f7 0011 feb0 [ ]*movb \$21, \$0 <foo>
  /external/valgrind/perf/
tinycc.c     [all...]
  /external/v8/test/cctest/
test-disasm-x64.cc 160 __ movb(rdx, Operand(rcx, 0));
161 __ movb(rcx, Immediate(6));
162 __ movb(Operand(rsp, 16), rdx);
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/
asm5.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
asm5.go     [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/arm/
asm5.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
asm5.go     [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/amd64/
peep.go 398 // movb elimination.
399 // movb is simulated by the linker
402 // when possible. a movb into a register
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/
peep.go 395 // movb elimination.
396 // movb is simulated by the linker
399 // when possible. a movb into a register
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/amd64/
peep.go 398 // movb elimination.
399 // movb is simulated by the linker
402 // when possible. a movb into a register
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
peep.go 395 // movb elimination.
396 // movb is simulated by the linker
399 // when possible. a movb into a register
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/h8300/
h8300.exp 441 set testname "movb.s: h8300 movb tests"
444 gas_start "movb.s" "-al"
    [all...]
  /external/v8/src/x64/
assembler-x64.cc 1337 void Assembler::movb(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1350 void Assembler::movb(Register dst, Immediate imm) { function in class:v8::internal::Assembler
1361 void Assembler::movb(const Operand& dst, Register src) { function in class:v8::internal::Assembler
1374 void Assembler::movb(const Operand& dst, Immediate imm) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]

Completed in 884 milliseconds

1 2 3 45 6 7