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

  /external/vixl/src/vixl/a64/
logic-a64.cc 390 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
409 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
423 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
452 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
470 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
508 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
530 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
577 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
589 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
610 for (int i = 0; i < LaneCountFromFormat(vform); i++)
    [all...]
instructions-a64.cc 555 int LaneCountFromFormat(VectorFormat vform) {
simulator-a64.h 593 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
605 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
628 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
637 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
653 for (int i = 0; i < LaneCountFromFormat(vform); i++) {
    [all...]
instructions-a64.h 464 int LaneCountFromFormat(VectorFormat vform);
assembler-a64.cc     [all...]
assembler-a64.h 275 lanes_(IsVectorFormat(format) ? LaneCountFromFormat(format) : 1) {
    [all...]
  /external/vixl/test/
test-simulator-a64.cc     [all...]

Completed in 727 milliseconds