/external/chromium_org/third_party/opus/src/silk/arm/ |
macros_armv4.h | 36 int rd_hi; local 40 : "=&r"(rd_lo), "=&r"(rd_hi) 43 return rd_hi; 56 int rd_hi; local 60 : "=&r"(rd_lo), "=&r"(rd_hi) 63 return rd_hi; 76 int rd_hi; local 80 : "=&r"(rd_lo), "=&r"(rd_hi) 83 return (rd_hi<<16)+(rd_lo>>16); 92 int rd_hi; local [all...] |
/external/chromium_org/third_party/opus/src/celt/arm/ |
fixed_armv4.h | 35 int rd_hi; local 39 : "=&r"(rd_lo), "=&r"(rd_hi) 42 return rd_hi; 52 int rd_hi; local 56 : "=&r"(rd_lo), "=&r"(rd_hi) 60 return rd_hi<<1;
|
/art/compiler/utils/arm/ |
assembler_arm.h | 269 void umull(Register rd_lo, Register rd_hi, Register rn, Register rm,
|
assembler_arm.cc | 456 void ArmAssembler::umull(Register rd_lo, Register rd_hi, Register rn, 458 // Assembler registers rd_lo, rd_hi, rn, rm are encoded as rd, rn, rm, rs. 459 EmitMulOp(cond, B23, rd_lo, rd_hi, rn, rm); [all...] |
/external/chromium_org/v8/src/arm/ |
simulator-arm.cc | 2067 int rd_hi = rn; \/\/ Remap the rn field to the RdHi register. local [all...] |
/external/v8/src/arm/ |
simulator-arm.cc | 2048 int rd_hi = rn; \/\/ Remap the rn field to the RdHi register. local [all...] |