Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dmacro-assembler-arm.cc1957 Operand bits_operand(bits); in Allocate() local
1958 DCHECK(bits_operand.instructions_required(this) == 1); in Allocate()
1959 add(result_end, source, bits_operand); in Allocate()
2167 Operand bits_operand(bits); in FastAllocate() local
2168 DCHECK(bits_operand.instructions_required(this) == 1); in FastAllocate()
2169 add(result_end, source, bits_operand); in FastAllocate()