HomeSort by relevance Sort by last modified time
    Searched refs:MOV (Results 251 - 275 of 276) sorted by null

<<1112

  /external/llvm/test/MC/ARM/
diagnostics.s 133 @ Out of range immediate for MOV
basic-arm-instructions.s 301 @ CHECK: mov r2, r4 @ encoding: [0x04,0x20,0xa0,0xe1]
    [all...]
basic-thumb2-instructions.s     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 258 OP1(MOV);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu.h 851 ALU1(MOV)
brw_eu_emit.c 882 ALU1(MOV)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 258 OP1(MOV);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 851 ALU1(MOV)
brw_eu_emit.c 882 ALU1(MOV)
    [all...]
  /external/valgrind/main/none/tests/mips32/
MoveIns.stdout.exp 57 MOV.S
58 mov.s $f0, $f0 :: fs 0.000000, rt 0x0
59 mov.s $f0, $f1 :: fs 456.248962, rt 0x43e41fde
60 mov.s $f1, $f2 :: fs 3.000000, rt 0x40400000
61 mov.s $f2, $f3 :: fs -1.000000, rt 0xbf800000
62 mov.s $f3, $f4 :: fs 1384.599976, rt 0x44ad1333
63 mov.s $f4, $f5 :: fs -7.294568, rt 0xc0e96d19
64 mov.s $f5, $f6 :: fs 1000000000.000000, rt 0x4e6e6b28
65 mov.s $f6, $f7 :: fs -5786.470215, rt 0xc5b4d3c3
66 mov.s $f7, $f8 :: fs 1752.000000, rt 0x44db000
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 453 NV50_IR_OPCODE_CASE(MOV, MOV);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 453 NV50_IR_OPCODE_CASE(MOV, MOV);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_vertprog.c 88 OPN(MOV, 1),
364 i.e. an add (2 args) has its 2nd arg (if you use it as mov) zero-ed out, and 3rd arg
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 88 OPN(MOV, 1),
364 i.e. an add (2 args) has its 2nd arg (if you use it as mov) zero-ed out, and 3rd arg
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 904 MOV sp, sp
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 907 MOV sp, sp
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
lex.yy.c     [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.cc 471 // mov lr, pc
472 const Instr kMovLrPc = al | MOV | kRegister_pc_Code | kRegister_lr_Code * B12;
1010 // constant pool is required. For a mov instruction not setting the
1012 if ((instr & ~kCondMask) == 13*B21) { // mov, S not set
1015 // If this is not a mov or mvn instruction there will always an additional
1016 // instructions - either mov or ldr. The mov might actually be two
1017 // instructions mov or movw followed by movt so including the actual
1066 // However, if the original instruction is a 'mov rd, x' (not setting the
1070 if ((instr & ~kCondMask) == 13*B21) { // mov, S not se
1377 void Assembler::mov(Register dst, const Operand& src, SBit s, Condition cond) { function in class:v8::internal::Assembler
    [all...]
macro-assembler-arm.cc 62 mov(ip, Operand(target, rmode));
101 Instr mov_instr = cond | MOV | LeaveCC;
113 Instr mov_instr = cond | MOV | LeaveCC;
148 // address is loaded. The mov method will automatically record
153 mov(ip, Operand(reinterpret_cast<int32_t>(target), rmode));
217 mov(scratch, reg1, LeaveCC, cond);
218 mov(reg1, reg2, LeaveCC, cond);
219 mov(reg2, scratch, LeaveCC, cond);
230 mov(ip, Operand(handle));
236 mov(dst, Operand(value))
    [all...]
simulator-arm.cc     [all...]
  /external/v8/src/arm/
assembler-arm.cc 250 // mov lr, pc
251 const Instr kMovLrPc = al | MOV | kRegister_pc_Code | kRegister_lr_Code * B12;
799 // constant pool is required. For a mov instruction not setting the
801 if ((instr & ~kCondMask) == 13*B21) { // mov, S not set
804 // mov instruction will be an ldr from constant pool (one instruction).
807 // mov instruction will be a mov or movw followed by movt (two
812 // If this is not a mov or mvn instruction there will always an additional
813 // instructions - either mov or ldr. The mov might actually be tw
    [all...]
macro-assembler-arm.cc 79 mov(pc, Operand(target), LeaveCC, cond);
87 mov(ip, Operand(target, rmode));
90 mov(pc, Operand(target, rmode), LeaveCC, cond);
128 mov(lr, Operand(pc), LeaveCC, cond);
129 mov(pc, Operand(target), LeaveCC, cond);
138 Instr mov_instr = cond | MOV | LeaveCC;
160 // address is loaded. The mov method will automatically record
165 mov(ip, Operand(reinterpret_cast<int32_t>(target), rmode));
171 mov(lr, Operand(pc), LeaveCC, cond);
173 mov(pc, Operand(reinterpret_cast<int32_t>(target), rmode), LeaveCC, cond)
    [all...]
simulator-arm.cc     [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp     [all...]
  /external/valgrind/main/none/tests/arm/
v6intARM.stdout.exp 0 MOV
2 mov r0, r1 :: rd 0x00000001 rm 0x00000001, carryin 0, cpsr 0x00000000
4 mov r0, #0 :: rd 0x00000000 rm 0x00000000, carryin 0, cpsr 0x00000000
5 mov r0, #1 :: rd 0x00000001 rm 0x00000000, carryin 0, cpsr 0x00000000
    [all...]

Completed in 684 milliseconds

<<1112