HomeSort by relevance Sort by last modified time
    Searched refs:frs (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_ppc.h 318 ppc_stfs(struct ppc_function *p, uint frs, uint ra, int offset);
321 ppc_stfiwx(struct ppc_function *p, uint frs, uint ra, uint rb);
rtasm_ppc.c 1021 /** store frs at mem[(ra)+offset] */
1023 ppc_stfs(struct ppc_function *p, uint frs, uint ra, int offset)
1025 emit_d(p, 52, frs, ra, offset, "stfs\tr%u, %d(r%u)\n", TRUE);
1028 /** store frs at mem[(ra)+(rb)] */
1030 ppc_stfiwx(struct ppc_function *p, uint frs, uint ra, uint rb)
1032 emit_x(p, 31, frs, ra, rb, 983, "stfiwx\tr%u, r%u, r%u\n");
  /external/v8/src/ppc/
assembler-ppc.h     [all...]
assembler-ppc.cc     [all...]
simulator-ppc.cc 1823 int frs = instr->RSValue(); local
1839 int frs = instr->RSValue(); local
3694 int frs = instr->RSValue(); local
3710 int frs = instr->RSValue(); local
    [all...]

Completed in 1726 milliseconds