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

  /external/v8/src/ppc/
disasm-ppc.cc 569 case MODUW: {
570 Format(instr, "moduw 'rt, 'ra, 'rb");
    [all...]
assembler-ppc.cc 961 void Assembler::moduw(Register rt, Register ra, Register rb) { function in class:v8::internal::Assembler
962 x_form(EXT2 | MODUW, ra, rt, rb, LeaveRC);
    [all...]
constants-ppc.h     [all...]
assembler-ppc.h 835 void moduw(Register rt, Register ra, Register rb);
    [all...]
simulator-ppc.cc     [all...]
  /external/llvm/lib/Target/PowerPC/
p9-instrs.txt 108 [PO RT RA RB XO /] moduw RT,RA,RB
  /external/valgrind/none/tests/ppc64/
test_isa_3_0_other.stdout.exp 13 moduw 0000000000000000, 0000000000000000 => 0000000000000000 (00000000)
14 moduw 0000000000000000, 0000001cbe991def => 0000000000000000 (00000000)
15 moduw 0000000000000000, ffffffffffffffff => 0000000000000000 (00000000)
16 moduw 0000001cbe991def, 0000000000000000 => 0000000000000000 (00000000)
17 moduw 0000001cbe991def, 0000001cbe991def => 0000000000000000 (00000000)
18 moduw 0000001cbe991def, ffffffffffffffff => 00000000be991def (00000000)
19 moduw ffffffffffffffff, 0000000000000000 => 0000000000000000 (00000000)
20 moduw ffffffffffffffff, 0000001cbe991def => 000000004166e210 (00000000)
21 moduw ffffffffffffffff, ffffffffffffffff => 0000000000000000 (00000000)
    [all...]
test_isa_3_0_other.stdout.exp-LE 13 moduw 0000000000000000, 0000000000000000 => 0000000000000000 (00000000)
14 moduw 0000000000000000, 0000001cbe991def => 0000000000000000 (00000000)
15 moduw 0000000000000000, ffffffffffffffff => 0000000000000000 (00000000)
16 moduw 0000001cbe991def, 0000000000000000 => 0000000000000000 (00000000)
17 moduw 0000001cbe991def, 0000001cbe991def => 0000000000000000 (00000000)
18 moduw 0000001cbe991def, ffffffffffffffff => 00000000be991def (00000000)
19 moduw ffffffffffffffff, 0000000000000000 => 0000000000000000 (00000000)
20 moduw ffffffffffffffff, 0000001cbe991def => 000000004166e210 (00000000)
21 moduw ffffffffffffffff, ffffffffffffffff => 0000000000000000 (00000000)
    [all...]
test_isa_3_0.c 265 __asm__ __volatile__ ("moduw 17, 14, 15");
285 { &test_moduw, "moduw" },
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c     [all...]

Completed in 334 milliseconds