Home
last modified time | relevance | path

Searched refs:isSD (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
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() argument
1269 if(isSD) m = map_of_sse_opcode_2_mnemonic[opc]; in alu_sd_binary_VR_reg()
1271 OpndSize size = isSD ? OpndSize_64 : OpndSize_32; in alu_sd_binary_VR_reg()
1273 … LowOpndRegType type = isSD ? LowOpndRegType_xmm : LowOpndRegType_ss; //type of the mem operand in alu_sd_binary_VR_reg()
1277 if(isConst == 3 && !isSD) { in alu_sd_binary_VR_reg()
1285 if(isConst == 3 && isSD) { in alu_sd_binary_VR_reg()
DLower.h698 void alu_sd_binary_VR_reg(ALU_Opcode opc, int vA, int reg, bool isPhysical, bool isSD);