Searched refs:Int32GreaterThan (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | code-assembler.h | 49 V(Int32GreaterThan) \
|
D | raw-machine-assembler.h | 285 Node* Int32GreaterThan(Node* a, Node* b) { return Int32LessThan(b, a); } in Int32GreaterThan() function
|
/external/v8/test/cctest/compiler/ |
D | test-branch-combine.cc | 166 m.Branch(m.Int32GreaterThan(p0, m.Int32Constant(0)), &blocka, &blockb); in TEST()
|
/external/v8/test/unittests/compiler/mips/ |
D | instruction-selector-mips-unittest.cc | 200 {{&RawMachineAssembler::Int32GreaterThan, "Int32GreaterThan", kMipsCmp,
|
/external/v8/test/unittests/compiler/mips64/ |
D | instruction-selector-mips64-unittest.cc | 212 {{&RawMachineAssembler::Int32GreaterThan, "Int32GreaterThan", kMips64Cmp,
|
/external/v8/src/ |
D | code-stub-assembler.cc | 1742 GotoIf(Int32GreaterThan(nof, Int32Constant(kMaxLinear)), if_bailout); in TryLookupProperty()
|