/external/webkit/V8Binding/v8/test/cctest/ |
D | test-disasm-arm.cc | 111 COMPARE(and_(r2, r3, Operand(r4), SetCC), in TEST() 118 COMPARE(eor(r4, r5, Operand(r7, LSL, 1), SetCC), in TEST() 122 COMPARE(eor(r4, r5, Operand(r9, LSL, 3), SetCC, cs), in TEST() 127 COMPARE(sub(r5, r6, Operand(r10, LSL, 30), SetCC, cc), in TEST() 131 COMPARE(sub(r5, r6, Operand(r10, LSL, 16), SetCC, mi), in TEST() 138 COMPARE(rsb(r6, r7, Operand(fp, LSR, 0), SetCC), in TEST() 147 COMPARE(add(r7, r8, Operand(ip), SetCC), in TEST() 149 COMPARE(add(r7, r8, Operand(ip, ASR, 31), SetCC, vs), in TEST() 156 COMPARE(adc(r5, sp, Operand(ip), SetCC), in TEST() 158 COMPARE(adc(r8, lr, Operand(ip, ASR, 31), SetCC, vc), in TEST() [all …]
|
/external/webkit/V8Binding/v8/src/arm/ |
D | codegen-arm.cc | 850 __ add(r0, r0, Operand(value), SetCC); in SmiOperation() 863 __ rsb(r0, r0, Operand(value), SetCC); in SmiOperation() 865 __ sub(r0, r0, Operand(value), SetCC); in SmiOperation() 911 __ add(r3, r2, Operand(0x40000000), SetCC); in SmiOperation() 926 __ and_(r3, r2, Operand(0xc0000000), SetCC); in SmiOperation() 3317 __ eor(r1, r1, Operand(kSmiTagMask), SetCC); in GenerateIsArray() 3658 __ add(r0, r0, Operand(r1), SetCC); in VisitCountOperation() 3660 __ sub(r0, r0, Operand(r1), SetCC); in VisitCountOperation() 4416 __ and_(exponent, source_, Operand(HeapNumber::kSignMask), SetCC); in Generate() 4601 __ orr(r0, r3, Operand(r2), SetCC); in EmitIdenticalObjectComparison() [all …]
|
D | regexp-macro-assembler-arm.cc | 278 __ sub(r1, r1, r0, SetCC); // Length of capture. in CheckNotBackReferenceIgnoreCase() 378 __ sub(r1, r1, r0, SetCC); // Length to check. in CheckNotBackReference() 594 __ sub(r0, sp, r0, SetCC); in GetCode() 637 __ sub(r2, r2, Operand(1), SetCC); in GetCode()
|
D | builtins-arm.cc | 193 __ sub(r3, r3, Operand(r6, LSR, Map::kInObjectPropertiesByte * 8), SetCC); in Generate_JSConstructStubGeneric() 317 __ sub(r3, r3, Operand(2), SetCC); in Generate_JSConstructStubGeneric()
|
D | assembler-arm.h | 240 SetCC = 1 << 20, // set condition code enumerator
|
/external/webkit/V8Binding/v8/src/ia32/ |
D | disasm-ia32.cc | 313 int SetCC(byte* data); 607 int DisassemblerIA32::SetCC(byte* data) { in SetCC() function in disasm::DisassemblerIA32 863 data += SetCC(data); in InstructionDecode()
|
/external/webkit/V8Binding/v8/src/x64/ |
D | disasm-x64.cc | 408 int SetCC(byte* data); 796 int DisassemblerX64::SetCC(byte* data) { in SetCC() function in disasm::DisassemblerX64 1005 current = data + SetCC(data); in TwoByteOpcodeInstruction()
|