Home
last modified time | relevance | path

Searched refs:alu_sd_binary_VR_reg (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DLowerAlu.cpp1515 alu_sd_binary_VR_reg(opc, v2, 1, false, false/*isSD*/); in common_alu_float()
1626 alu_sd_binary_VR_reg(opc, v2, 1, false, true /*isSD*/); in common_alu_double()
DLower.h698 void alu_sd_binary_VR_reg(ALU_Opcode opc, int vA, int reg, bool isPhysical, bool isSD);
DLowerHelper.cpp1267 void alu_sd_binary_VR_reg(ALU_Opcode opc, int vA, int reg, bool isPhysical, bool isSD) { in alu_sd_binary_VR_reg() function