Home
last modified time | relevance | path

Searched defs:rd_lo (Results 1 – 4 of 4) sorted by relevance

/external/libopus/silk/arm/
Dmacros_armv4.h35 unsigned rd_lo; in silk_SMULWB_armv4() local
55 unsigned rd_lo; in silk_SMULWT_armv4() local
75 unsigned rd_lo; in silk_SMULWW_armv4() local
91 unsigned rd_lo; in silk_SMLAWW_armv4() local
/external/libopus/celt/arm/
Dfixed_armv4.h34 unsigned rd_lo; in MULT16_32_Q16_armv4() local
51 unsigned rd_lo; in MULT16_32_Q15_armv4() local
/external/v8/src/arm/
Dsimulator-arm.cc2122 int rd_lo = instr->RdValue(); in DecodeType01() local
/external/v8/src/mips/
Dmacro-assembler-mips.cc669 void MacroAssembler::Mul(Register rd_hi, Register rd_lo, in Mul()