Home
last modified time | relevance | path

Searched refs:set_overflow_to_min_u32 (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1897 bool set_overflow_to_min_u32 = MiscField::decode(instr->opcode()); in AssembleArchInstruction() local
1898 if (set_overflow_to_min_u32) { in AssembleArchInstruction()
1903 if (set_overflow_to_min_u32) { in AssembleArchInstruction()
/external/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc1619 bool set_overflow_to_min_u32 = MiscField::decode(instr->opcode()); in AssembleArchInstruction() local
1620 if (set_overflow_to_min_u32) { in AssembleArchInstruction()
/external/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc1582 bool set_overflow_to_min_u32 = MiscField::decode(instr->opcode()); in AssembleArchInstruction() local
1583 if (set_overflow_to_min_u32) { in AssembleArchInstruction()
/external/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc2438 bool set_overflow_to_min_u32 = MiscField::decode(instr->opcode()); in AssembleArchInstruction() local
2439 if (set_overflow_to_min_u32) { in AssembleArchInstruction()